Searched refs:BRW_VERTICAL_STRIDE_16 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 839 { BRW_VERTICAL_STRIDE_16, false }, in TEST_P() 875 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 888 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 923 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 927 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 941 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 955 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 969 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 987 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P()
|
D | brw_eu_defines.h | 1026 BRW_VERTICAL_STRIDE_16 = 5, enumerator
|
D | brw_reg.h | 460 BRW_VERTICAL_STRIDE_16, in brw_vec16_reg()
|
D | brw_eu_emit.c | 760 case BRW_VERTICAL_STRIDE_16: in to_3src_align1_vstride()
|
/external/igt-gpu-tools/assembler/ |
D | brw_reg.h | 231 BRW_VERTICAL_STRIDE_16, in brw_vec16_reg()
|
D | brw_defines.h | 825 #define BRW_VERTICAL_STRIDE_16 5 macro
|