Home
last modified time | relevance | path

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

/aosp_15_r20/external/igt-gpu-tools/assembler/
H A Dbrw_structs.h1047 unsigned src1_width:3; member
1076 unsigned src1_width:3; member
H A Dbrw_disasm.c958 inst->bits3.da1.src1_width, in src1()
976 inst->bits3.ia1.src1_width, in src1()
H A Dbrw_eu_emit.c415 insn->bits3.da1.src1_width = reg.width; in brw_set_src1()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_inst.h127 F(src1_width, /* 4+ */ 116, 114)
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_inst.h319 F(src1_width, /* 9+ */ 116, 114, /* 12+ */ 115, 113)
H A Dtest_eu_validate.cpp2866 src1_type, src1_vstride, src1_width, src1_hstride, \ in TEST_P() argument
2883 BRW_WIDTH_##src1_width, \ in TEST_P()