Home
last modified time | relevance | path

Searched defs:samplerInfo (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp364 const VkSamplerCreateInfo samplerInfo = { in testImageQuery() local
539 const VkSamplerCreateInfo samplerInfo = { in testImageQueryLod() local
H A DvktYCbCrFormatTests.cpp321 const VkSamplerCreateInfo samplerInfo = { in testFormat() local
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanSampler.cpp43 VkSamplerCreateInfo samplerInfo; in Make() local
/aosp_15_r20/external/swiftshader/tests/VulkanBenchmarks/
H A DTriangleBenchmarks.cpp249 vk::SamplerCreateInfo samplerInfo; in TriangleSampleTexture() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBuilderUtil.cpp101 const ImmutableSamplerInfo &samplerInfo = m_immutableSamplerInfos[samplerInfoNdx]; in build() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp1819 VkSamplerCreateInfo samplerInfo = {}; in ensureSamplersInitialized() local
3083 VkDescriptorImageInfo samplerInfo = {}; in blitResolveImpl() local
3297 VkDescriptorImageInfo samplerInfo = {}; in stencilBlitResolveNoShaderExport() local
4310 VkDescriptorImageInfo samplerInfo = {}; in generateMipmapWithDraw() local
H A DCLCommandQueueVk.cpp1375 VkDescriptorImageInfo &samplerInfo = in processKernelResources() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiSmokeTests.cpp70 const struct VkSamplerCreateInfo samplerInfo = { in createSamplerTest() local
H A DvktApiObjectManagementTests.cpp1654 const VkSamplerCreateInfo samplerInfo = {VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO, in create() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRobustnessCacheTests.cpp102 const vk::VkSamplerCreateInfo samplerInfo = { in makeSampler() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp640 const VkSamplerCreateInfo samplerInfo{ in buildSampler() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp611 const VkSamplerCreateInfo samplerInfo = { in createSamplers() local
3234 const VkSamplerCreateInfo samplerInfo{ in setup() local
H A DvktRenderPassFragmentDensityMapTests.cpp1571 const struct VkSamplerCreateInfo samplerInfo in FragmentDensityMapTestInstance() struct
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DVulkanSample.cpp2096 VkSamplerCreateInfo samplerInfo = { VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO }; in InitializeApplication() local
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp2881 auto& samplerInfo = mSamplerInfo[*pSampler]; in on_vkCreateSampler() local
2902 VkSampler sampler, SamplerInfo& samplerInfo, in destroySamplerWithExclusiveInfo()
2915 auto& samplerInfo = samplerInfoIt->second; in destroySamplerLocked() local
3764 auto* samplerInfo = in on_vkUpdateDescriptorSetsImpl() local
3865 const auto* samplerInfo = android::base::find(mSamplerInfo, imageInfo.sampler); in on_vkUpdateDescriptorSetsImpl() local
3901 auto* samplerInfo = android::base::find(mSamplerInfo, imageInfo.sampler); in on_vkUpdateDescriptorSetsImpl() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp2140 … const SamplerUniform *samplerInfo = dynamic_cast<const SamplerUniform *>(uniformInfo); in render() local
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2929 void GLClientState::setSamplerInfo(SamplerInfo* samplerInfo) { in setSamplerInfo()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp1466 const struct VkSamplerCreateInfo samplerInfo = { in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp3754 …const VkDescriptorImageInfo samplerInfo = {**variables.descriptorSamplers[0], static_cast<VkImageV… in updateDescriptors() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_hal.h701 CM_HAL_SAMPLER_BTI_ENTRY samplerInfo[ CM_MAX_SAMPLER_TABLE_SIZE ]; member