/third_party/mesa3d/src/mesa/main/ |
D | samplerobj.c | 173 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/ |
D | SamplerHeapCacheD3D12.cpp | 29 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/ |
D | pp_mlaa.c | 134 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
|
D | pp_colors.c | 41 const struct pipe_sampler_state *samplers[] = {&p->sampler_point}; in pp_nocolor() local
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_cross_util.cpp | 61 auto &samplers = compiler.get_combined_image_samplers(); in inherit_combined_sampler_bindings() local
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor_cs.c | 650 struct pipe_sampler_view **samplers) in set_viewport() 708 struct pipe_sampler_view **samplers = &layer->sampler_views[0]; in draw_layers() local
|
D | vl_zscan.h | 53 void *samplers[3]; member
|
D | vl_idct.h | 49 void *samplers[2]; member
|
/third_party/skia/experimental/graphite/src/ |
D | DrawPass.h | 68 void samplers() const {} in samplers() function
|
/third_party/skia/src/gpu/vk/ |
D | GrVkDescriptorSetManager.cpp | 23 SkTArray<const GrVkSampler*> samplers; in CreateUniformManager() local 48 SkTArray<const GrVkSampler*> samplers; in CreateInputManager() local
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_yuv.c | 72 struct pipe_sampler_state *samplers[3]; in xa_yuv_bind_samplers() local
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_descriptor_set.c | 160 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/ |
D | si_descriptors.c | 208 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/ |
D | nv30_texture.c | 192 unsigned num_samplers, void **samplers) in nv30_bind_sampler_states()
|
D | nv30_context.h | 83 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/ |
D | radv_descriptor_set.c | 37 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/ |
D | r600_hw_context.c | 410 struct r600_textures_info *samplers = &ctx->samplers[shader]; in r600_begin_new_cs() local
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DPipelineState.cpp | 100 std::vector<D3D12_CPU_DESCRIPTOR_HANDLE> samplers(fNumSamplers); in setAndBindTextures() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationGL44.cpp | 42 bool ValidateBindSamplers(Context *context, GLuint first, GLsizei count, const GLuint *samplers) in ValidateBindSamplers()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | kernel.hpp | 60 std::vector<void *> samplers; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_sampler.c | 174 struct pipe_sampler_state *samplers, in update_shader_samplers()
|
D | st_vdpau.c | 70 struct pipe_sampler_view **samplers; in st_vdpau_video_surface_gallium() local
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.h | 168 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/ |
D | panvk_vX_descriptor_set.c | 221 struct mali_sampler_packed *samplers = set->samplers; in panvk_per_arch() local
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
D | quad-tex.c | 312 const struct pipe_sampler_state *samplers[] = {&p->sampler}; in draw() local
|