Home
last modified time | relevance | path

Searched defs:sampler (Results 251 - 275 of 511) sorted by relevance

1...<<1112131415161718192021

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c608 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 Dclc_compiler.c349 nir_variable *sampler = nir_deref_instr_get_variable( in clc_lower_nonnormalized_samplers() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_generator.cpp277 uint32_t sampler = sampler_index.ud; in generate_tex() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear_sampler.c948 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 Dlp_setup.c1098 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 Dfd5_emit.c193 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 Di915_state.c274 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 Dpanvk_vX_cmd_buffer.c352 void *sampler = samplers.cpu; in panvk_cmd_prepare_samplers() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.c803 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 Dlp_bld_tgsi.h277 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 Dvl_mpeg12_decoder.c859 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 Dd3d12_blit.cpp665 nir_variable *sampler = nir_variable_create(b.shader, nir_var_uniform, in get_stencil_resolve_fs() local
H A Dd3d12_draw.cpp204 struct d3d12_sampler_state *sampler; in fill_sampler_descriptors() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c376 int sampler = nir_src_as_int(intr->src[0]); in get_src() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c369 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 DvktBindingDescriptorBufferTests.cpp539 Move<VkSampler> sampler; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDescriptorLimitsTests.cpp279 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 DvktPipelineImage2DViewOf3DTests.cpp410 Move<VkSampler> sampler; in iterate() local
[all...]
H A DvktPipelineImageSamplingInstance.cpp563 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 DvktProtectedMemShaderImageAccessTests.cpp537 vk::Move<vk::VkSampler> sampler; in executeComputeTest() local
794 vk::Move<vk::VkSampler> sampler; in executeFragmentTest() local
H A DvktProtectedMemYCbCrConversionTests.cpp495 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 DvktObjectRefreshTests.cpp165 vk::Move<vk::VkSampler> sampler = createSampler(vkd, device, &samplerCreateInfo); in refreshObjects() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp222 std::vector<vk::VkSampler> sampler; in createDescriptorSetLayout() local
H A DvktYCbCrViewTests.cpp383 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 DvktBindingDescriptorBufferTests.cpp538 Move<VkSampler> sampler; member
[all...]

Completed in 44 milliseconds

1...<<1112131415161718192021