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
83 struct sampler_info fragment_samplers_saved; argument
84 struct sampler_info samplers[PIPE_SHADER_TYPES];
1257 struct sampler_info *info = &ctx->samplers[shader_stage]; in cso_single_sampler_done()
1285 struct sampler_info *info = &ctx->samplers[shader_stage]; in cso_set_samplers()
1309 struct sampler_info *info = &ctx->samplers[PIPE_SHADER_FRAGMENT]; in cso_save_fragment_samplers()
1310 struct sampler_info *saved = &ctx->fragment_samplers_saved; in cso_save_fragment_samplers()
1323 struct sampler_info *info = &ctx->samplers[PIPE_SHADER_FRAGMENT]; in cso_restore_fragment_samplers()
1324 struct sampler_info *saved = &ctx->fragment_samplers_saved; in cso_restore_fragment_samplers()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1481 VkSamplerCreateInfo sampler_info = SafeSaneSamplerCreateInfo(); in TEST_F() local
1482 sampler_info.addressModeU = VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE; in TEST_F()
1483 sampler_info.addressModeV = VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE; in TEST_F()
1484 sampler_info.addressModeW = VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE; in TEST_F()
1487 sampler_info.anisotropyEnable = 3; in TEST_F()
1488 vkCreateSampler(m_device->device(), &sampler_info, NULL, &sampler); in TEST_F()
1499 VkSamplerCreateInfo sampler_info = SafeSaneSamplerCreateInfo(); in TEST_F() local
1501 sampler_info.addressModeU = VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE; in TEST_F()
1502 sampler_info.addressModeV = VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE; in TEST_F()
1503 sampler_info.addressModeW = VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE; in TEST_F()
[all …]