HomeSort by: relevance | last modified time | path
    Searched defs:is_sampler (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_samplers.c 37 bool is_sampler = src->src_type == nir_tex_src_sampler_deref; local
103 src->src_type = is_sampler ?
110 if (is_sampler) {
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
gl_nir_lower_samplers.c 42 bool is_sampler = src->src_type == nir_tex_src_sampler_deref; local
88 src->src_type = is_sampler ?
97 if (is_sampler) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 939 bool is_sampler() const function in struct:glsl_type
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 687 bool is_sampler() const function in struct:glsl_type
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_pipeline.c 554 bool is_sampler)
572 return is_sampler ?
653 bool is_sampler = src->src_type == nir_tex_src_sampler_deref; local
694 src->src_type = is_sampler ?
731 shader->info.stage, is_sampler);
740 if (is_sampler)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
nir_to_spirv.c 806 get_bare_image_type(struct ntv_context *ctx, struct nir_variable *var, bool is_sampler)
814 } else if (!is_sampler && !var->data.image.format) {
830 is_ms, is_sampler ? 1 : 2,
835 get_image_type(struct ntv_context *ctx, struct nir_variable *var, bool is_sampler)
837 SpvId image_type = get_bare_image_type(ctx, var, is_sampler);
838 return is_sampler ? spirv_builder_type_sampled_image(&ctx->builder, image_type) : image_type;
848 bool is_sampler = glsl_type_is_sampler(type); local
849 SpvId image_type = get_bare_image_type(ctx, var, is_sampler);
850 SpvId var_type = is_sampler ? spirv_builder_type_sampled_image(&ctx->builder, image_type) : image_type;
853 assert(!is_sampler || (!(ctx->samplers_used & (1 << index))))
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
nine_shader.c 2244 boolean is_sampler; local
2250 is_sampler =
2255 if (is_sampler)
2266 if (is_sampler) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
nine_shader.c 2217 boolean is_sampler; local
2223 is_sampler =
2228 if (is_sampler)
2239 if (is_sampler) {

Completed in 14 milliseconds