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

  /external/mesa3d/src/compiler/
builtin_type_macros.h 84 DECL_TYPE(sampler3D, GL_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_FLOAT)
96 DECL_TYPE(isampler3D, GL_INT_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_INT)
108 DECL_TYPE(usampler3D, GL_UNSIGNED_INT_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_UINT)
130 DECL_TYPE(image3D, GL_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_FLOAT)
141 DECL_TYPE(iimage3D, GL_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_INT)
152 DECL_TYPE(uimage3D, GL_UNSIGNED_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_UINT)
glsl_types.cpp 310 case GLSL_SAMPLER_DIM_3D:
615 case GLSL_SAMPLER_DIM_3D:
658 case GLSL_SAMPLER_DIM_3D:
688 case GLSL_SAMPLER_DIM_3D:
728 case GLSL_SAMPLER_DIM_3D:
757 case GLSL_SAMPLER_DIM_3D:
786 case GLSL_SAMPLER_DIM_3D:
    [all...]
glsl_types.h 78 GLSL_SAMPLER_DIM_3D,
  /external/mesa3d/src/compiler/glsl/tests/
sampler_types_test.cpp 54 T( sampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 3)
65 T(isampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_INT, NONARRAY, COLOR, 3)
76 T(usampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_UINT, NONARRAY, COLOR, 3)
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_nir.c 135 tex_options.lower_txp = (1 << GLSL_SAMPLER_DIM_3D);
ir3_compiler_nir.c     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_blit.c 88 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D,
142 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D,
196 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D,
722 fs_3d.nir = build_nir_copy_fragment_shader(GLSL_SAMPLER_DIM_3D);
904 fs_3d.nir = build_nir_copy_fragment_shader_depth(GLSL_SAMPLER_DIM_3D);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 572 instr->sampler_dim = GLSL_SAMPLER_DIM_3D;
596 case GLSL_SAMPLER_DIM_3D:
ir_to_mesa.cpp     [all...]
  /external/mesa3d/src/compiler/nir/
nir_lower_tex.c 514 case GLSL_SAMPLER_DIM_3D:
nir.h     [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c     [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 836 case SpvDim3D: dim = GLSL_SAMPLER_DIM_3D; break;
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp     [all...]
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 224 tex->sampler_dim = GLSL_SAMPLER_DIM_3D;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]

Completed in 1905 milliseconds