Home
last modified time | relevance | path

Searched refs:sampler_info (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c56 struct sampler_info struct
82 struct sampler_info fragment_samplers_saved; argument
83 struct sampler_info samplers[PIPE_SHADER_TYPES];
1259 struct sampler_info *info = &ctx->samplers[shader_stage]; in cso_single_sampler_done()
1291 struct sampler_info *info = &ctx->samplers[PIPE_SHADER_FRAGMENT]; in cso_save_fragment_samplers()
1292 struct sampler_info *saved = &ctx->fragment_samplers_saved; in cso_save_fragment_samplers()
1303 struct sampler_info *info = &ctx->samplers[PIPE_SHADER_FRAGMENT]; in cso_restore_fragment_samplers()
1304 struct sampler_info *saved = &ctx->fragment_samplers_saved; in cso_restore_fragment_samplers()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1812 VkSamplerCreateInfo sampler_info = SafeSaneSamplerCreateInfo(); in TEST_F() local
1813 sampler_info.addressModeU = VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE; in TEST_F()
1814 sampler_info.addressModeV = VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE; in TEST_F()
1815 sampler_info.addressModeW = VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE; in TEST_F()
1818 sampler_info.anisotropyEnable = 3; in TEST_F()
1819 vkCreateSampler(m_device->device(), &sampler_info, NULL, &sampler); in TEST_F()
1830 VkSamplerCreateInfo sampler_info = SafeSaneSamplerCreateInfo(); in TEST_F() local
1832 sampler_info.addressModeU = VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE; in TEST_F()
1833 sampler_info.addressModeV = VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE; in TEST_F()
1834 sampler_info.addressModeW = VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE; in TEST_F()
[all …]