| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_pbo_compute.c | 608 nir_variable *sampler = nir_variable_create(b.shader, nir_var_uniform, st_pbo_sampler_type_for_target(target, ST_PBO_CONVERT_FLOAT), "sampler"); in create_conversion_shader() local 837 struct pipe_sampler_state sampler = {0}; in download_texture_compute() local [all...] |
| /third_party/mesa3d/src/microsoft/clc/ |
| H A D | clc_compiler.c | 349 nir_variable *sampler = nir_deref_instr_get_variable( in clc_lower_nonnormalized_samplers() local [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_vec4_generator.cpp | 277 uint32_t sampler = sampler_index.ud; in generate_tex() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_linear_sampler.c | 948 lp_linear_check_sampler(const struct lp_sampler_static_state *sampler, in lp_linear_check_sampler() argument 990 lp_linear_check_sampler(const struct lp_sampler_static_state *sampler, const struct lp_tgsi_texture_info *tex) lp_linear_check_sampler() argument [all...] |
| H A D | lp_setup.c | 1098 const struct pipe_sampler_state *sampler = i < num ? samplers[i] : NULL; in lp_setup_set_fragment_sampler_state() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_emit.c | 193 struct pipe_sampler_state *sampler = tex->samplers[i]; in setup_border_colors() local 363 const struct fd5_sampler_stateobj *sampler = variable [all...] |
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_state.c | 274 i915_create_sampler_state(struct pipe_context *pipe, const struct pipe_sampler_state *sampler) i915_create_sampler_state() argument 380 i915_delete_sampler_state(struct pipe_context *pipe, void *sampler) i915_delete_sampler_state() argument [all...] |
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_cmd_buffer.c | 352 void *sampler = samplers.cpu; in panvk_cmd_prepare_samplers() local
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_context.c | 803 draw_texture_sampler(struct draw_context *draw, enum pipe_shader_type shader, struct tgsi_sampler *sampler) draw_texture_sampler() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.h | 277 const struct lp_build_sampler_soa *sampler; member 542 const struct lp_build_sampler_soa *sampler; global() member 636 const struct lp_build_sampler_aos *sampler; global() member [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_mpeg12_decoder.c | 859 struct pipe_sampler_state sampler; in init_pipe_state() local 1093 struct ureg_src src, sampler; mc_frag_shader_callback() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_blit.cpp | 665 nir_variable *sampler = nir_variable_create(b.shader, nir_var_uniform, in get_stencil_resolve_fs() local
|
| H A D | d3d12_draw.cpp | 204 struct d3d12_sampler_state *sampler; in fill_sampler_descriptors() local
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir.c | 376 int sampler = nir_src_as_int(intr->src[0]); in get_src() local
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_context.c | 369 panfrost_bind_sampler_states( struct pipe_context *pctx, enum pipe_shader_type shader, unsigned start_slot, unsigned num_sampler, void **sampler) panfrost_bind_sampler_states() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| H A D | vktBindingDescriptorBufferTests.cpp | 539 Move<VkSampler> sampler; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineDescriptorLimitsTests.cpp | 279 const tcu::Sampler sampler = tcu::Sampler(tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::NEAREST, tcu::Sampler::NEAREST, 0.0f, true, tcu::Sampler::COMPAREMODE_NONE, 0, tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), true); in iterate() local
|
| H A D | vktPipelineImage2DViewOf3DTests.cpp | 410 Move<VkSampler> sampler; in iterate() local [all...] |
| H A D | vktPipelineImageSamplingInstance.cpp | 563 const VkSampler sampler = m_samplingType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE ? DE_NULL : *m_sampler; in setup() local 917 isLookupResultValid(const tcu::Texture1DView& texture, const tcu::Sampler& sampler, const tcu::LookupPrecision& precision, const tcu::Vec4& coords, const tcu::Vec2& lodBounds, const tcu::Vec4& result) isLookupResultValid() argument 927 isLookupResultValid(const tcu::Texture1DArrayView& texture, const tcu::Sampler& sampler, const tcu::LookupPrecision& precision, const tcu::Vec4& coords, const tcu::Vec2& lodBounds, const tcu::Vec4& result) isLookupResultValid() argument 937 isLookupResultValid(const tcu::Texture2DView& texture, const tcu::Sampler& sampler, const tcu::LookupPrecision& precision, const tcu::Vec4& coords, const tcu::Vec2& lodBounds, const tcu::Vec4& result) isLookupResultValid() argument 947 isLookupResultValid(const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, const tcu::LookupPrecision& precision, const tcu::Vec4& coords, const tcu::Vec2& lodBounds, const tcu::Vec4& result) isLookupResultValid() argument 957 isLookupResultValid(const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const tcu::LookupPrecision& precision, const tcu::Vec4& coords, const tcu::Vec2& lodBounds, const tcu::Vec4& result) isLookupResultValid() argument 967 isLookupResultValid(const tcu::TextureCubeArrayView& texture, const tcu::Sampler& sampler, const tcu::LookupPrecision& precision, const tcu::Vec4& coords, const tcu::Vec2& lodBounds, const tcu::Vec4& result) isLookupResultValid() argument 977 isLookupResultValid(const tcu::Texture3DView& texture, const tcu::Sampler& sampler, const tcu::LookupPrecision& precision, const tcu::Vec4& coords, const tcu::Vec2& lodBounds, const tcu::Vec4& result) isLookupResultValid() argument 988 validateResultImage(const TextureViewType& texture, const tcu::Sampler& sampler, const tcu::ConstPixelBufferAccess& texCoords, const tcu::Vec2& lodBounds, const tcu::LookupPrecision& lookupPrecision, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask) validateResultImage() argument 1217 validateResultImage(const TextureViewType& texture, const tcu::Sampler& sampler, const vk::VkComponentMapping& swz, const tcu::ConstPixelBufferAccess& texCoords, const tcu::Vec2& lodBounds, const tcu::LookupPrecision& lookupPrecision, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask) validateResultImage() argument 1406 validateResultImage(const TestTexture& texture, const VkImageViewType imageViewType, const VkImageSubresourceRange& subresource, const tcu::Sampler& sampler, const vk::VkComponentMapping& componentMapping, const tcu::ConstPixelBufferAccess& coordAccess, const tcu::Vec2& lodBounds, const tcu::LookupPrecision& lookupPrecision, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::ConstPixelBufferAccess& resultAccess, const tcu::PixelBufferAccess& errorAccess) validateResultImage() argument 1506 const tcu::Sampler sampler = mapVkSampler(m_samplerParams); verifyImage() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
| H A D | vktProtectedMemShaderImageAccessTests.cpp | 537 vk::Move<vk::VkSampler> sampler; in executeComputeTest() local 794 vk::Move<vk::VkSampler> sampler; in executeFragmentTest() local
|
| H A D | vktProtectedMemYCbCrConversionTests.cpp | 495 validateImage(ProtectedContext& ctx, const std::vector<YCbCrValidationData>& refData, const vk::VkSampler sampler, const vk::VkImageView imageView, const deUint32 combinedSamplerDescriptorCount) validateImage() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
| H A D | vktObjectRefreshTests.cpp | 165 vk::Move<vk::VkSampler> sampler = createSampler(vkd, device, &samplerCreateInfo); in refreshObjects() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
| H A D | vktYCbCrConversionTests.cpp | 222 std::vector<vk::VkSampler> sampler; in createDescriptorSetLayout() local
|
| H A D | vktYCbCrViewTests.cpp | 383 const std::string sampler = getSamplerDecl(params.planeCompatibleFormat); in getShaderSpec() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
| H A D | vktBindingDescriptorBufferTests.cpp | 538 Move<VkSampler> sampler; member [all...] |