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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.c 49 LLVMTypeRef viewport_type, texture_type, sampler_type; local
129 sampler_type = LLVMStructTypeInContext(lc, elem_types,
133 gallivm->target, sampler_type,
136 gallivm->target, sampler_type,
139 gallivm->target, sampler_type,
142 gallivm->target, sampler_type,
145 gallivm->target, sampler_type);
165 elem_types[LP_JIT_CTX_SAMPLERS] = LLVMArrayType(sampler_type,
  /external/skia/src/gpu/gl/
GrGLTexture.cpp 17 static inline GrSLType sampler_type(const GrGLTexture::IDDesc& idDesc, GrPixelConfig config, function
54 , INHERITED(gpu, desc, sampler_type(idDesc, desc.fConfig, gpu),
64 , INHERITED(gpu, desc, sampler_type(idDesc, desc.fConfig, gpu),
73 , INHERITED(gpu, desc, sampler_type(idDesc, desc.fConfig, gpu),
82 , INHERITED(gpu, desc, sampler_type(idDesc, desc.fConfig, gpu),
  /external/mesa3d/src/amd/vulkan/
radv_meta_resolve_cs.c 40 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_MS, local
56 sampler_type, "s_tex");
radv_meta_bufimage.c 36 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, local
50 sampler_type, "s_tex");
    [all...]
radv_meta_blit.c 87 const struct glsl_type *sampler_type = local
91 sampler_type, "s_tex");
101 tex->is_array = glsl_sampler_type_is_array(sampler_type);
141 const struct glsl_type *sampler_type = local
145 sampler_type, "s_tex");
155 tex->is_array = glsl_sampler_type_is_array(sampler_type);
195 const struct glsl_type *sampler_type = local
199 sampler_type, "s_tex");
209 tex->is_array = glsl_sampler_type_is_array(sampler_type);
    [all...]
radv_meta_blit2d.c 474 const struct glsl_type *sampler_type = local
477 sampler_type, "s_tex");
505 const struct glsl_type *sampler_type = local
508 sampler_type, "s_tex");
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
c2dExt.h 138 C2D_SAMPLER_TYPE sampler_type; /*!< sampler type */ member in struct:c2d_sampler
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.h 72 ubyte sampler_type[PIPE_MAX_SHADER_SAMPLER_VIEWS]; /**< TGSI_RETURN_TYPE_x */ member in struct:tgsi_shader_info
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 910 const glsl_type *sampler_type = NULL; local
916 sampler_type = glsl_type::sampler1DShadow_type;
918 sampler_type = glsl_type::sampler1D_type;
923 sampler_type = glsl_type::sampler1DArrayShadow_type;
925 sampler_type = glsl_type::sampler1DArray_type;
930 sampler_type = glsl_type::sampler2DShadow_type;
932 sampler_type = glsl_type::sampler2D_type;
937 sampler_type = glsl_type::sampler2DArrayShadow_type;
939 sampler_type = glsl_type::sampler2DArray_type;
944 sampler_type = glsl_type::sampler2DRectShadow_type
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 180 LLVMTypeRef sampler_type; local
189 sampler_type = LLVMStructTypeInContext(gallivm->context, elem_types,
194 target, sampler_type,
197 target, sampler_type,
200 target, sampler_type,
203 target, sampler_type,
206 LP_CHECK_STRUCT_SIZE(struct draw_jit_sampler, target, sampler_type);
208 return sampler_type;
217 LLVMTypeRef texture_type, LLVMTypeRef sampler_type,
235 elem_types[5] = LLVMArrayType(sampler_type,
431 LLVMTypeRef texture_type, sampler_type, context_type, buffer_type, local
2172 LLVMTypeRef texture_type, sampler_type, context_type; local
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 2037 const glsl_type *sampler_type = ir->sampler->type; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_shader.c 341 BYTE sampler_type; member in struct:sm1_semantic
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3953 const glsl_type *sampler_type = ir->sampler->type; local
    [all...]

Completed in 389 milliseconds