Home
last modified time | relevance | path

Searched refs:components_read (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_lower_regioning.cpp258 assert(inst->components_read(i) == 1); in lower_src_modifiers()
335 assert(inst->components_read(i) == 1); in lower_src_region()
Dbrw_fs.cpp742 fs_inst::components_read(unsigned i) const in components_read() function in fs_inst
1025 return components_read(arg) * type_sz(src[arg].type); in size_read()
1031 return components_read(arg) * src[arg].component_size(exec_size); in size_read()
2363 unsigned bytes_read = inst->components_read(i) * in assign_constant_locations()
5453 const unsigned addr_sz = inst->components_read(SURFACE_LOGICAL_SRC_ADDRESS); in lower_surface_logical_send()
5454 const unsigned src_sz = inst->components_read(SURFACE_LOGICAL_SRC_DATA); in lower_surface_logical_send()
5727 const unsigned src_sz = inst->components_read(SURFACE_LOGICAL_SRC_DATA); in lower_surface_block_logical_send()
5775 const unsigned src_comps = inst->components_read(1); in lower_a64_logical_send()
6456 inst->components_read(TEX_LOGICAL_SRC_MIN_LOD)) in get_sampler_lowered_simd_width()
6467 !inst->components_read(TEX_LOGICAL_SRC_COORDINATE)) ? 0 : in get_sampler_lowered_simd_width()
[all …]
Dbrw_ir_fs.h352 unsigned components_read(unsigned i) const;
/external/mesa3d/src/compiler/nir/
Dnir_validate.c772 unsigned components_read = nir_intrinsic_src_components(instr, i); in validate_intrinsic_instr() local
774 validate_num_components(state, components_read); in validate_intrinsic_instr()
776 validate_src(&instr->src[i], state, src_bit_sizes[i], components_read); in validate_intrinsic_instr()