HomeSort by relevance Sort by last modified time
    Searched defs:src_components (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 686 unsigned src_components = LLVMGetTypeKind(type) == LLVMVectorTypeKind local
691 assert(src.swizzle[i] < src_components);
696 if (need_swizzle || num_components != src_components) {
703 if (src_components > 1 && num_components == 1) {
706 } else if (src_components == 1 && num_components > 1) {
1195 unsigned src_components; local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir.h 880 #define INTRINSIC(name, num_srcs, src_components, has_dest, dest_components, \
932 * for all sources with nir_intrinsic_infos.src_components[i] == 0.
1036 unsigned src_components[NIR_INTRINSIC_MAX_INPUTS]; member in struct:__anon27430
    [all...]

Completed in 388 milliseconds