Home
last modified time | relevance | path

Searched refs:nir_op_pack_64_2x32 (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_packing.c103 if (alu_instr->op != nir_op_pack_64_2x32 && in lower_pack_impl()
117 case nir_op_pack_64_2x32: in lower_pack_impl()
Dnir_lower_alu_to_scalar.c212 case nir_op_pack_64_2x32: { in lower_alu_instr_scalar()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h311 nir_op_pack_64_2x32, enumerator
Dnir_builder_opcodes.h1426 return nir_build_alu(build, nir_op_pack_64_2x32, src0, NULL, NULL, NULL); in nir_pack_64_2x32()
Dnir_opt_algebraic.c28703 nir_op_pack_64_2x32,
28765 nir_op_pack_64_2x32,
28785 nir_op_pack_64_2x32,
334426 [nir_op_pack_64_2x32] = {
Dnir_constant_expressions.c47302 case nir_op_pack_64_2x32: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c289 case GLSLstd450PackDouble2x32: return nir_op_pack_64_2x32; in vtn_nir_alu_op_for_spirv_glsl_opcode()
/external/mesa3d/src/compiler/nir/tests/
Dload_store_vectorizer_tests.cpp982 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/
Dac_nir_to_llvm.c573 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/
Dnv50_ir_from_nir.cpp2609 case nir_op_pack_64_2x32: { in visit()