Searched refs:grf (Results 1 – 7 of 7) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | debug.h | 46 typedef uint32_t grf[8]; typedef 53 const static grf protocol_version = DWORD8(DEBUG_PROTOCOL_VERSION); 54 const static grf eu_msg = DWORD8(STATE_EU_MSG); 55 const static grf cpu_ack = DWORD8(STATE_CPU_ACK); 59 grf g_regs[16]; 60 grf pad; 69 grf version; 70 grf state_magic; 71 grf eu_tx; 72 grf eu_rx;
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_tes.cpp | 67 struct brw_reg grf = brw_vec4_grf(reg + slot / 2, 4 * (slot % 2)); in setup_payload() local 68 grf = stride(grf, 0, 4, 1); in setup_payload() 69 grf.swizzle = inst->src[i].swizzle; in setup_payload() 70 grf.type = inst->src[i].type; in setup_payload() 71 grf.abs = inst->src[i].abs; in setup_payload() 72 grf.negate = inst->src[i].negate; in setup_payload() 73 inst->src[i] = grf; in setup_payload()
|
D | brw_vec4_gs_visitor.cpp | 106 int grf = payload_reg * attributes_per_reg + in setup_varying_inputs() local 110 attribute_to_hw_reg(grf, inst->src[i].type, attributes_per_reg > 1); in setup_varying_inputs()
|
D | brw_fs.cpp | 207 fs_visitor::DEP_RESOLVE_MOV(const fs_builder &bld, int grf) in DEP_RESOLVE_MOV() argument 215 ubld.MOV(ubld.null_reg_f(), fs_reg(VGRF, grf, BRW_REGISTER_TYPE_F)); in DEP_RESOLVE_MOV() 1834 const unsigned grf = urb_start + inst->src[i].nr / 2; in assign_urb_setup() local 1840 byte_offset(retype(brw_vec8_grf(grf, 0), inst->src[i].type), in assign_urb_setup() 1860 int grf = payload.num_regs + in convert_attr_sources_to_hw_regs() local 1884 stride(byte_offset(retype(brw_vec8_grf(grf, 0), inst->src[i].type), in convert_attr_sources_to_hw_regs() 2066 int grf = alloc.allocate(offset); in split_virtual_grfs() local 2068 new_virtual_grf[k] = grf; in split_virtual_grfs() 3517 int grf; in clear_deps_for_inst_src() local 3519 grf = inst->src[i].nr; in clear_deps_for_inst_src() [all …]
|
D | brw_fs.h | 122 void DEP_RESOLVE_MOV(const brw::fs_builder &bld, int grf);
|
D | brw_vec4.cpp | 1794 int grf = payload_reg + inst->src[i].nr + in setup_attributes() local 1797 struct brw_reg reg = brw_vec8_grf(grf, 0); in setup_attributes()
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 21208 "grf",
|