Lines Matching refs:components_read
678 fs_inst::components_read(unsigned i) const in components_read() function in fs_inst
864 return components_read(arg) * type_sz(src[arg].type); in size_read()
870 return components_read(arg) * src[arg].component_size(exec_size); in size_read()
2076 unsigned bytes_read = inst->components_read(i) * in assign_constant_locations()
4476 const unsigned addr_sz = inst->components_read(0); in lower_surface_logical_send()
4477 const unsigned src_sz = inst->components_read(1); in lower_surface_logical_send()
4907 !inst->components_read(TEX_LOGICAL_SRC_COORDINATE)) ? 0 : in get_sampler_lowered_simd_width()
4924 MAX2(inst->components_read(TEX_LOGICAL_SRC_COORDINATE), in get_sampler_lowered_simd_width()
4926 inst->components_read(TEX_LOGICAL_SRC_SHADOW_C) + in get_sampler_lowered_simd_width()
4927 (implicit_lod ? 0 : inst->components_read(TEX_LOGICAL_SRC_LOD)) + in get_sampler_lowered_simd_width()
4928 inst->components_read(TEX_LOGICAL_SRC_LOD2) + in get_sampler_lowered_simd_width()
4929 inst->components_read(TEX_LOGICAL_SRC_SAMPLE_INDEX) + in get_sampler_lowered_simd_width()
4931 inst->components_read(TEX_LOGICAL_SRC_TG4_OFFSET) : 0) + in get_sampler_lowered_simd_width()
4932 inst->components_read(TEX_LOGICAL_SRC_MCS); in get_sampler_lowered_simd_width()
5218 (inst->components_read(i) == 1 && in needs_src_copy()
5242 const fs_reg tmp = lbld.vgrf(inst->src[i].type, inst->components_read(i)); in emit_unzip()
5244 for (unsigned k = 0; k < inst->components_read(i); ++k) in emit_unzip()