Searched refs:nir_op_find_lsb (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 97 nir_op_find_lsb, enumerator
|
D | nir_builder_opcodes.h | 356 return nir_build_alu(build, nir_op_find_lsb, src0, NULL, NULL, NULL); in nir_find_lsb()
|
D | nir_opt_algebraic.c | 1781 nir_op_find_lsb, 1849 nir_op_find_lsb, 6745 nir_op_find_lsb, 6846 nir_op_find_lsb, 18821 nir_op_find_lsb,
|
D | nir_constant_expressions.c | 10097 case nir_op_find_lsb: in nir_eval_const_opcode()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 392 case GLSLstd450FindILsb: return nir_op_find_lsb; in vtn_nir_alu_op_for_spirv_glsl_opcode()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1686 [TGSI_OPCODE_LSB] = nir_op_find_lsb,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vec4_nir.cpp | 1863 case nir_op_find_lsb: { in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1245 case nir_op_find_lsb: in nir_emit_alu()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 975 case nir_op_find_lsb: in emit_alu()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 1451 case nir_op_find_lsb: in visit_alu()
|