Home
last modified time | relevance | path

Searched defs:is_sampler (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_samplers.c37 bool is_sampler = src->src_type == nir_tex_src_sampler_deref; in lower_tex_src_to_offset() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c325 nir_deref_instr *deref, bool is_sampler, in build_bindless()
/third_party/mesa3d/src/compiler/
Dglsl_types.h947 bool is_sampler() const in is_sampler() function
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c555 bool is_sampler) in pipeline_get_descriptor_map()
677 bool is_sampler = src->src_type == nir_tex_src_sampler_deref; in lower_tex_src_to_offset() local
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c859 get_bare_image_type(struct ntv_context *ctx, struct nir_variable *var, bool is_sampler) in get_bare_image_type()
901 get_image_type(struct ntv_context *ctx, struct nir_variable *var, bool is_sampler) in get_image_type()
914 bool is_sampler = glsl_type_is_sampler(type); in emit_image() local
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c2244 boolean is_sampler; in DECL_SPECIAL() local