Home
last modified time | relevance | path

Searched refs:BRW_HORIZONTAL_STRIDE_1 (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu.h240 BRW_HORIZONTAL_STRIDE_1, in brw_vec16_reg()
256 BRW_HORIZONTAL_STRIDE_1, in brw_vec8_reg()
272 BRW_HORIZONTAL_STRIDE_1, in brw_vec4_reg()
288 BRW_HORIZONTAL_STRIDE_1, in brw_vec2_reg()
438 imm.hstride = BRW_HORIZONTAL_STRIDE_1; in brw_imm_v()
449 imm.hstride = BRW_HORIZONTAL_STRIDE_1; in brw_imm_vf()
466 imm.hstride = BRW_HORIZONTAL_STRIDE_1; in brw_imm_vf4()
Dbrw_eu_debug.c66 hwreg.hstride == BRW_HORIZONTAL_STRIDE_1 && in brw_print_reg()
Dbrw_optimize.c406 mov->bits1.da1.dest_horiz_stride != BRW_HORIZONTAL_STRIDE_1 || in brw_is_grf_to_mrf_mov()
414 mov->bits2.da1.src0_horiz_stride != BRW_HORIZONTAL_STRIDE_1 || in brw_is_grf_to_mrf_mov()
438 inst->bits1.da1.dest_horiz_stride == BRW_HORIZONTAL_STRIDE_1 && in brw_is_grf_straight_write()
Dbrw_eu_emit.c123 dest.hstride = BRW_HORIZONTAL_STRIDE_1; in brw_set_dest()
141 dest.hstride = BRW_HORIZONTAL_STRIDE_1; in brw_set_dest()
1674 assert(dest.hstride == BRW_HORIZONTAL_STRIDE_1); in brw_math()
1676 assert(src.hstride == BRW_HORIZONTAL_STRIDE_1); in brw_math()
1739 assert(dest.hstride == BRW_HORIZONTAL_STRIDE_1); in brw_math2()
1741 assert(src0.hstride == BRW_HORIZONTAL_STRIDE_1); in brw_math2()
1742 assert(src1.hstride == BRW_HORIZONTAL_STRIDE_1); in brw_math2()
Dbrw_defines.h559 #define BRW_HORIZONTAL_STRIDE_1 1 macro
Dbrw_vs_emit.c360 BRW_HORIZONTAL_STRIDE_1, in brw_vs_alloc_regs()