Home
last modified time | relevance | path

Searched refs:dest_vec (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.h310 bool dest_vec : 1; member
323 bool dest_vec : 1; member
H A Ddisasm.c623 if (combine->scalar.dest_vec && in print_combine()
638 if (!combine->scalar.dest_vec) in print_combine()
642 if (combine->scalar.dest_vec) { in print_combine()
656 if (combine->scalar.dest_vec) { in print_combine()
H A Dcodegen.c544 f->scalar.dest_vec = false; in ppir_codegen_encode_combine()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_valuefactory.h212 std::vector<PRegister, Allocator<PRegister>> dest_vec(const nir_dest& dest, int num_components);
H A Dsfn_valuefactory.cpp467 ValueFactory::dest_vec(const nir_dest& dst, int num_components)
H A Dsfn_shader.cpp1043 auto dest_value = value_factory().dest_vec(instr->dest, instr->num_components); in emit_local_load()

Completed in 7 milliseconds