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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_internal.h171 const struct dxil_type *alloc_type; member in struct:dxil_instr_alloca
H A Ddxil_module.h436 dxil_emit_alloca(struct dxil_module *m, const struct dxil_type *alloc_type,
H A Ddxil_module.c2805 dxil_emit_alloca(struct dxil_module *m, const struct dxil_type *alloc_type, argument
2813 dxil_module_get_pointer_type(m, alloc_type);
2821 instr->alloca.alloc_type = alloc_type;
3153 assert(instr->alloca.alloc_type->id >= 0);
3158 instr->alloca.alloc_type->id,
H A Ddxil_dump.c523 dump_type_name(d, alloca->alloc_type);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp1525 const glsl_type *alloc_type = local in function:brw::vec4_visitor::emit_scratch_write
1527 const src_reg temp = swizzle(retype(src_reg(this, alloc_type),
1541 dst_reg shuffled = dst_reg(this, alloc_type);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp1417 const glsl_type *alloc_type = local in function:brw::vec4_visitor::emit_scratch_write
1419 const src_reg temp = swizzle(retype(src_reg(this, alloc_type),
1433 dst_reg shuffled = dst_reg(this, alloc_type);

Completed in 48 milliseconds