Searched refs:components_read (Results 1 – 3 of 3) sorted by relevance
484 unsigned components_read = in validate_intrinsic_instr() local486 if (components_read == 0) in validate_intrinsic_instr()487 components_read = instr->num_components; in validate_intrinsic_instr()489 validate_assert(state, components_read > 0); in validate_intrinsic_instr()491 validate_src(&instr->src[i], state, bit_size, components_read); in validate_intrinsic_instr()
678 fs_inst::components_read(unsigned i) const in components_read() function in fs_inst864 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()[all …]
346 unsigned components_read(unsigned i) const;