Home
last modified time | relevance | path

Searched defs:samplers (Results 1 – 25 of 162) sorted by relevance

1234567

/third_party/mesa3d/src/mesa/main/
Dsamplerobj.c173 create_samplers(struct gl_context *ctx, GLsizei count, GLuint *samplers, in create_samplers()
204 create_samplers_err(struct gl_context *ctx, GLsizei count, GLuint *samplers, in create_samplers_err()
220 _mesa_GenSamplers_no_error(GLsizei count, GLuint *samplers) in _mesa_GenSamplers_no_error()
227 _mesa_GenSamplers(GLsizei count, GLuint *samplers) in _mesa_GenSamplers()
234 _mesa_CreateSamplers_no_error(GLsizei count, GLuint *samplers) in _mesa_CreateSamplers_no_error()
241 _mesa_CreateSamplers(GLsizei count, GLuint *samplers) in _mesa_CreateSamplers()
249 delete_samplers(struct gl_context *ctx, GLsizei count, const GLuint *samplers) in delete_samplers()
283 _mesa_DeleteSamplers_no_error(GLsizei count, const GLuint *samplers) in _mesa_DeleteSamplers_no_error()
291 _mesa_DeleteSamplers(GLsizei count, const GLuint *samplers) in _mesa_DeleteSamplers()
372 const GLuint *samplers, bool no_error) in bind_samplers()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSamplerHeapCacheD3D12.cpp29 SamplerHeapCacheEntry::SamplerHeapCacheEntry(std::vector<Sampler*> samplers) in SamplerHeapCacheEntry()
35 std::vector<Sampler*> samplers, in SamplerHeapCacheEntry()
100 std::vector<Sampler*> samplers; in GetOrCreate() local
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c134 const struct pipe_sampler_state *samplers[] = {&p->sampler_point}; in pp_jimenezmlaa_run() local
163 const struct pipe_sampler_state *samplers[] = in pp_jimenezmlaa_run() local
195 const struct pipe_sampler_state *samplers[] = in pp_jimenezmlaa_run() local
Dpp_colors.c41 const struct pipe_sampler_state *samplers[] = {&p->sampler_point}; in pp_nocolor() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_util.cpp61 auto &samplers = compiler.get_combined_image_samplers(); in inherit_combined_sampler_bindings() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor_cs.c650 struct pipe_sampler_view **samplers) in set_viewport()
708 struct pipe_sampler_view **samplers = &layer->sampler_views[0]; in draw_layers() local
Dvl_zscan.h53 void *samplers[3]; member
Dvl_idct.h49 void *samplers[2]; member
/third_party/skia/experimental/graphite/src/
DDrawPass.h68 void samplers() const {} in samplers() function
/third_party/skia/src/gpu/vk/
DGrVkDescriptorSetManager.cpp23 SkTArray<const GrVkSampler*> samplers; in CreateUniformManager() local
48 SkTArray<const GrVkSampler*> samplers; in CreateInputManager() local
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_yuv.c72 struct pipe_sampler_state *samplers[3]; in xa_yuv_bind_samplers() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.c160 struct tu_sampler *samplers = (void*) &set_layout->binding[num_bindings]; in tu_CreateDescriptorSetLayout() local
539 const struct tu_sampler *samplers = in tu_descriptor_set_create() local
931 const struct tu_sampler *samplers = in tu_update_descriptor_sets() local
1171 const struct tu_sampler *samplers = templ->entry[i].immutable_samplers; in tu_update_descriptor_set_with_template() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c208 static void si_release_sampler_views(struct si_samplers *samplers) in si_release_sampler_views()
236 static void si_sampler_views_begin_new_cs(struct si_context *sctx, struct si_samplers *samplers) in si_sampler_views_begin_new_cs()
250 static bool si_sampler_views_check_encrypted(struct si_context *sctx, struct si_samplers *samplers, in si_sampler_views_check_encrypted()
503 static void si_reset_sampler_view_slot(struct si_samplers *samplers, unsigned slot, in si_reset_sampler_view_slot()
521 struct si_samplers *samplers = &sctx->samplers[shader]; in si_set_sampler_views() local
608 struct si_samplers *samplers = &sctx->samplers[shader]; in si_update_shader_needs_decompress_mask() local
633 static void si_samplers_update_needs_color_decompress_mask(struct si_samplers *samplers) in si_samplers_update_needs_color_decompress_mask()
985 struct si_samplers *samplers = &sctx->samplers[shader]; in si_bind_sampler_states() local
1682 struct si_samplers *samplers = &sctx->samplers[shader]; in si_rebind_buffer() local
1911 struct si_samplers *samplers = &sctx->samplers[shader]; in si_update_all_texture_descriptors() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_texture.c192 unsigned num_samplers, void **samplers) in nv30_bind_sampler_states()
Dnv30_context.h83 struct nv30_sampler_state *samplers[PIPE_MAX_SAMPLERS]; member
96 struct nv30_sampler_state *samplers[PIPE_MAX_SAMPLERS]; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c37 has_equal_immutable_samplers(const VkSampler *samplers, uint32_t count) in has_equal_immutable_samplers()
147 uint32_t *samplers = (uint32_t *)&set_layout->binding[num_bindings]; in radv_CreateDescriptorSetLayout() local
661 const uint32_t *samplers = in radv_descriptor_set_create() local
1148 const uint32_t *samplers = radv_immutable_samplers(set->header.layout, binding_layout); in radv_update_descriptor_sets() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c410 struct r600_textures_info *samplers = &ctx->samplers[shader]; in r600_begin_new_cs() local
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineState.cpp100 std::vector<D3D12_CPU_DESCRIPTOR_HANDLE> samplers(fNumSamplers); in setAndBindTextures() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationGL44.cpp42 bool ValidateBindSamplers(Context *context, GLuint first, GLsizei count, const GLuint *samplers) in ValidateBindSamplers()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dkernel.hpp60 std::vector<void *> samplers; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c174 struct pipe_sampler_state *samplers, in update_shader_samplers()
Dst_vdpau.c70 struct pipe_sampler_view **samplers; in st_vdpau_video_surface_gallium() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.h168 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS]; member
272 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS]; member
353 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS]; member
407 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS]; member
531 struct draw_sampler_static_state samplers[1]; member
540 struct draw_sampler_static_state samplers[1]; member
552 struct draw_sampler_static_state samplers[1]; member
623 struct draw_sampler_static_state *samplers = (struct draw_sampler_static_state *) in draw_llvm_variant_key_images() local
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_descriptor_set.c221 struct mali_sampler_packed *samplers = set->samplers; in panvk_per_arch() local
/third_party/mesa3d/src/gallium/tests/trivial/
Dquad-tex.c312 const struct pipe_sampler_state *samplers[] = {&p->sampler}; in draw() local

1234567