Home
last modified time | relevance | path

Searched defs:is_3src (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_isa_info.h77 is_3src(const struct brw_isa_info *isa, enum opcode opcode) in is_3src() function
H A Dbrw_shader.cpp316 fs_inst::is_3src(const struct brw_compiler *compiler) const in is_3src() function in fs_inst
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dbuilder.rs389 let is_3src = !x.is_zero() && !y.is_zero() && !z.is_zero(); in iadd64() localVariable