Searched refs:BRW_SHADER_TIME_STRIDE (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program.c503 max_entries * BRW_SHADER_TIME_STRIDE * 3,
688 uint32_t *times = bo_map + i * 3 * BRW_SHADER_TIME_STRIDE;
690 brw->shader_time.cumulative[i].time += times[BRW_SHADER_TIME_STRIDE * 0 / 4];
691 brw->shader_time.cumulative[i].written += times[BRW_SHADER_TIME_STRIDE * 1 / 4];
692 brw->shader_time.cumulative[i].reset += times[BRW_SHADER_TIME_STRIDE * 2 / 4];
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program.c474 max_entries * BRW_SHADER_TIME_STRIDE * 3,
659 uint32_t *times = bo_map + i * 3 * BRW_SHADER_TIME_STRIDE;
661 brw->shader_time.cumulative[i].time += times[BRW_SHADER_TIME_STRIDE * 0 / 4];
662 brw->shader_time.cumulative[i].written += times[BRW_SHADER_TIME_STRIDE * 1 / 4];
663 brw->shader_time.cumulative[i].reset += times[BRW_SHADER_TIME_STRIDE * 2 / 4];
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_compiler.h517 #define BRW_SHADER_TIME_STRIDE 64 macro
H A Dbrw_vec4.cpp1989 emit(MOV(offset, brw_imm_d(index * BRW_SHADER_TIME_STRIDE)));
H A Dbrw_fs.cpp663 struct brw_reg offset = brw_imm_d(index * BRW_SHADER_TIME_STRIDE);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compiler.h608 #define BRW_SHADER_TIME_STRIDE 64 macro
H A Dbrw_vec4.cpp2011 emit(MOV(offset, brw_imm_d(index * BRW_SHADER_TIME_STRIDE)));
H A Dbrw_fs.cpp658 struct brw_reg offset = brw_imm_d(index * BRW_SHADER_TIME_STRIDE);

Completed in 39 milliseconds