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

  /external/mesa3d/src/compiler/nir/
nir_intrinsics.c 38 .src_components = _src_components, \
nir_builder.h 505 #define INTRINSIC(name, num_srcs, src_components, has_dest, dest_components, \
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...]
nir_validate.c 432 nir_intrinsic_infos[instr->intrinsic].src_components[i];
    [all...]
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 702 unsigned src_components)
717 src_components, uni->name, location);
726 if (components != src_components) {
730 src_components, uni->name, location,
731 components, src_components);
754 src_components, uni->name, location,
    [all...]
uniforms.h 355 unsigned src_components);
  /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...]

Completed in 259 milliseconds