/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_fs_lower_simd_width.cpp | 169 inst->components_read(TEX_LOGICAL_SRC_MIN_LOD)) in get_sampler_lowered_simd_width() 191 inst->components_read(TEX_LOGICAL_SRC_SHADOW_C) + in get_sampler_lowered_simd_width() 192 (implicit_lod ? 0 : inst->components_read(TEX_LOGICAL_SRC_LOD)) + in get_sampler_lowered_simd_width() 193 inst->components_read(TEX_LOGICAL_SRC_LOD2) + in get_sampler_lowered_simd_width() 194 inst->components_read(TEX_LOGICAL_SRC_SAMPLE_INDEX) + in get_sampler_lowered_simd_width() 196 inst->components_read(TEX_LOGICAL_SRC_TG4_OFFSET) : 0) + in get_sampler_lowered_simd_width() 197 inst->components_read(TEX_LOGICAL_SRC_MCS) + in get_sampler_lowered_simd_width() 198 inst->components_read(TEX_LOGICAL_SRC_MIN_LOD); in get_sampler_lowered_simd_width() 478 (inst->components_read(i) == 1 && in needs_src_copy() 498 const unsigned num_components = inst->components_read(i); in emit_unzip()
|
H A D | brw_fs_validate.cpp | 135 inst->components_read(MEMORY_LOGICAL_DATA1)); in validate_memory_logical() 143 inst->components_read(MEMORY_LOGICAL_DATA0)); in validate_memory_logical()
|
H A D | brw_fs_lower_regioning.cpp | 476 assert(inst->components_read(i) == 1); in lower_src_modifiers() 553 assert(inst->components_read(i) == 1); in lower_src_region()
|
H A D | brw_lower_logical_sends.cpp | 148 inst->components_read(URB_LOGICAL_SRC_DATA); in lower_urb_write_logical_send() 201 const brw_reg src = inst->components_read(URB_LOGICAL_SRC_DATA) ? in lower_urb_write_logical_send_xe2() 206 const unsigned src_comps = MAX2(1, inst->components_read(URB_LOGICAL_SRC_DATA)); in lower_urb_write_logical_send_xe2() 2260 inst->components_read(RT_LOGICAL_SRC_BVH_LEVEL)); in lower_trace_ray_logical_send() 2265 inst->components_read(RT_LOGICAL_SRC_TRACE_RAY_CONTROL)); in lower_trace_ray_logical_send()
|
H A D | brw_fs.cpp | 638 fs_inst::components_read(unsigned i) const in components_read() function in fs_inst 819 return components_read(arg) * brw_type_size_bytes(src[arg].type); in size_read() 825 return components_read(arg) * src[arg].component_size(exec_size); in size_read()
|
H A D | brw_ir_fs.h | 60 unsigned components_read(unsigned i) const;
|
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/ |
H A D | v3d_tex.c | 251 uint32_t components_read = nir_def_components_read(&instr->def); in v3d_vir_emit_tex() local 253 (components_read & 0xf): (components_read & 0x3); in v3d_vir_emit_tex()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_fs.cpp | 643 elk_fs_inst::components_read(unsigned i) const in components_read() function in elk_fs_inst 904 return components_read(arg) * type_sz(src[arg].type); in size_read() 910 return components_read(arg) * src[arg].component_size(exec_size); in size_read() 4408 inst->components_read(TEX_LOGICAL_SRC_MIN_LOD)) in get_sampler_lowered_simd_width() 4419 !inst->components_read(TEX_LOGICAL_SRC_COORDINATE)) ? 0 : in get_sampler_lowered_simd_width() 4428 MAX2(inst->components_read(TEX_LOGICAL_SRC_COORDINATE), in get_sampler_lowered_simd_width() 4430 inst->components_read(TEX_LOGICAL_SRC_SHADOW_C) + in get_sampler_lowered_simd_width() 4431 inst->components_read(TEX_LOGICAL_SRC_LOD) + in get_sampler_lowered_simd_width() 4432 inst->components_read(TEX_LOGICAL_SRC_LOD2) + in get_sampler_lowered_simd_width() 4433 inst->components_read(TEX_LOGICAL_SRC_SAMPLE_INDEX) + in get_sampler_lowered_simd_width() [all …]
|
H A D | elk_fs_lower_regioning.cpp | 404 assert(inst->components_read(i) == 1); in lower_src_modifiers() 481 assert(inst->components_read(i) == 1); in lower_src_region()
|
H A D | elk_lower_logical_sends.cpp | 85 inst->components_read(URB_LOGICAL_SRC_DATA); in lower_urb_write_logical_send() 1196 const unsigned addr_sz = inst->components_read(SURFACE_LOGICAL_SRC_ADDRESS); in lower_surface_logical_send() 1197 const unsigned src_sz = inst->components_read(SURFACE_LOGICAL_SRC_DATA); in lower_surface_logical_send() 1428 const unsigned src_comps = inst->components_read(1); in lower_a64_logical_send()
|
H A D | elk_ir_fs.h | 389 unsigned components_read(unsigned i) const;
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_validate.c | 729 unsigned components_read = nir_intrinsic_src_components(instr, i); in validate_intrinsic_instr() local 731 validate_num_components(state, components_read); in validate_intrinsic_instr() 733 validate_sized_src(&instr->src[i], state, src_bit_sizes[i], components_read); in validate_intrinsic_instr()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 23.1.2.rst | 139 - intel/compiler: Fix a fallthrough in components_read() for atomics
|
H A D | 23.1.0.rst | 2884 - intel/compiler: Use more symbolic source names in components_read()
|
H A D | 23.2.1.rst | 2951 - intel/compiler: Fix a fallthrough in components_read() for atomics
|
/aosp_15_r20/external/mesa3d/src/compiler/rust/ |
H A D | nir.rs | 99 pub fn components_read(&self) -> nir_component_mask_t { in components_read() method
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | from_nir.rs | 1728 let mask = tex.def.components_read(); in parse_tex() 2254 atom_op.is_reduction() && intrin.def.components_read() == 0; in parse_intrinsic() 2430 atom_op.is_reduction() && intrin.def.components_read() == 0; in parse_intrinsic()
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
H A D | commit.csv | 59868 …[email protected],i965/fs: Return zero from fs_inst::components_read for non-prese…
|