Searched refs:scratch_loc (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp1599 vec4_visitor::emit_resolve_reladdr(int scratch_loc[], bblock_t *block, argument
1606 *src.reladdr = emit_resolve_reladdr(scratch_loc, block, inst,
1610 if (src.file == VGRF && scratch_loc[src.nr] != -1) {
1613 emit_scratch_read(block, inst, temp, src, scratch_loc[src.nr]);
1631 int scratch_loc[this->alloc.count]; local in function:brw::vec4_visitor::move_grf_array_access_to_scratch
1632 memset(scratch_loc, -1, sizeof(scratch_loc));
1640 if (scratch_loc[inst->dst.nr] == -1) {
1641 scratch_loc[inst->dst.nr] = last_scratch;
1648 if (iter->file == VGRF && scratch_loc[ite
[all...]
H A Dbrw_vec4.h308 src_reg emit_resolve_reladdr(int scratch_loc[], bblock_t *block,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp1491 vec4_visitor::emit_resolve_reladdr(int scratch_loc[], bblock_t *block, argument
1498 *src.reladdr = emit_resolve_reladdr(scratch_loc, block, inst,
1502 if (src.file == VGRF && scratch_loc[src.nr] != -1) {
1505 emit_scratch_read(block, inst, temp, src, scratch_loc[src.nr]);
1523 int scratch_loc[this->alloc.count]; local in function:brw::vec4_visitor::move_grf_array_access_to_scratch
1524 memset(scratch_loc, -1, sizeof(scratch_loc));
1532 if (scratch_loc[inst->dst.nr] == -1) {
1533 scratch_loc[inst->dst.nr] = last_scratch;
1540 if (iter->file == VGRF && scratch_loc[ite
[all...]
H A Dbrw_vec4.h305 src_reg emit_resolve_reladdr(int scratch_loc[], bblock_t *block,

Completed in 7 milliseconds