Searched refs:nir_op_pack_64_2x32 (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_packing.c | 103 if (alu_instr->op != nir_op_pack_64_2x32 && in lower_pack_impl() 117 case nir_op_pack_64_2x32: in lower_pack_impl()
|
D | nir_lower_alu_to_scalar.c | 212 case nir_op_pack_64_2x32: { in lower_alu_instr_scalar()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 311 nir_op_pack_64_2x32, enumerator
|
D | nir_builder_opcodes.h | 1426 return nir_build_alu(build, nir_op_pack_64_2x32, src0, NULL, NULL, NULL); in nir_pack_64_2x32()
|
D | nir_opt_algebraic.c | 28703 nir_op_pack_64_2x32, 28765 nir_op_pack_64_2x32, 28785 nir_op_pack_64_2x32, 334426 [nir_op_pack_64_2x32] = {
|
D | nir_constant_expressions.c | 47302 case nir_op_pack_64_2x32: in nir_eval_const_opcode()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 289 case GLSLstd450PackDouble2x32: return nir_op_pack_64_2x32; in vtn_nir_alu_op_for_spirv_glsl_opcode()
|
/external/mesa3d/src/compiler/nir/tests/ |
D | load_store_vectorizer_tests.cpp | 982 ASSERT_TRUE(test_alu(val->parent_instr, nir_op_pack_64_2x32)); in TEST_F() 1042 ASSERT_TRUE(test_alu(val->parent_instr, nir_op_pack_64_2x32)); in TEST_F()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 573 case nir_op_pack_64_2x32: in visit_alu() 1102 case nir_op_pack_64_2x32: { in visit_alu()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 2609 case nir_op_pack_64_2x32: { in visit()
|