Searched refs:src_components (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | uniform_query.cpp | 702 unsigned src_components) in _mesa_uniform() argument 717 src_components, uni->name, location); in _mesa_uniform() 726 if (components != src_components) { in _mesa_uniform() 730 src_components, uni->name, location, in _mesa_uniform() 731 components, src_components); in _mesa_uniform() 754 src_components, uni->name, location, in _mesa_uniform()
|
D | uniforms.h | 355 unsigned src_components);
|
/external/mesa3d/src/compiler/nir/ |
D | nir_intrinsics.c | 38 .src_components = _src_components, \
|
D | nir_builder.h | 505 #define INTRINSIC(name, num_srcs, src_components, has_dest, dest_components, \ argument
|
D | nir.h | 880 #define INTRINSIC(name, num_srcs, src_components, has_dest, dest_components, \ argument 1036 unsigned src_components[NIR_INTRINSIC_MAX_INPUTS]; member
|
D | nir_validate.c | 432 nir_intrinsic_infos[instr->intrinsic].src_components[i]; in validate_intrinsic_instr()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 686 unsigned src_components = LLVMGetTypeKind(type) == LLVMVectorTypeKind in get_alu_src() local 691 assert(src.swizzle[i] < src_components); in get_alu_src() 696 if (need_swizzle || num_components != src_components) { in get_alu_src() 703 if (src_components > 1 && num_components == 1) { in get_alu_src() 706 } else if (src_components == 1 && num_components > 1) { in get_alu_src() 1195 unsigned src_components; in visit_alu() local 1202 src_components = 1; in visit_alu() 1205 src_components = 2; in visit_alu() 1208 src_components = 1; in visit_alu() 1211 src_components = num_components; in visit_alu() [all …]
|