Home
last modified time | relevance | path

Searched defs:suboffset (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_pwrite.c141 int suboffset = (offset >> 12) % (4096 - sizeof(offset)); in test_big_cpu() local
153 int suboffset = 4096 - (offset % (4096 - sizeof(offset))); in test_big_cpu() local
166 int suboffset = tmp % (4096 - sizeof(offset)); in test_big_cpu() local
205 int suboffset = (offset >> 12) % (4096 / sizeof(offset) - 1) * sizeof(offset); in test_big_gtt() local
216 int suboffset = (4096 - (offset % (4096 - sizeof(offset)))) & -sizeof(offset); in test_big_gtt() local
227 int suboffset = (tmp % 4096) & -sizeof(offset); in test_big_gtt() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_ir_vec4.h78 const unsigned suboffset = reg->offset + bytes; in add_byte_offset() local
86 const unsigned suboffset = reg->subnr + bytes; in add_byte_offset() local
H A Delk_ir_fs.h84 const unsigned suboffset = reg.offset + delta; in byte_offset() local
91 const unsigned suboffset = reg.subnr + delta; in byte_offset() local
H A Delk_fs_copy_propagation.cpp899 const unsigned suboffset = rel_offset % type_sz(entry->dst.type); in try_copy_propagate() local
H A Delk_nir.c1871 unsigned suboffset = offset % 64; in elk_nir_load_global_const() local
H A Delk_reg.h610 suboffset(struct elk_reg reg, unsigned delta) in suboffset() function
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_ubo_loads.c55 unsigned suboffset = offset % 64; in lower_ubo_load_instr() local
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_nir_lower_ubo_loads.c55 unsigned suboffset = offset % 64; in lower_ubo_load_instr() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir_constant_expression.cpp504 int suboffset; in constant_referenced() local
537 int suboffset; in constant_referenced() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_reg.h570 const unsigned suboffset = reg.subnr + bytes; in byte_offset() local
583 suboffset(struct brw_reg reg, unsigned delta) in suboffset() function
H A Dbrw_nir.c2222 unsigned suboffset = offset % 64; in brw_nir_load_global_const() local
H A Dbrw_fs_copy_propagation.cpp909 const unsigned suboffset = rel_offset % brw_type_size_bytes(entry->dst.type); in try_copy_propagate() local
/aosp_15_r20/external/igt-gpu-tools/assembler/
H A Dbrw_reg.h315 suboffset(struct brw_reg reg, unsigned delta) in suboffset() function