Searched refs:sampler_info (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c57 struct sampler_info struct
82 struct sampler_info fragment_samplers_saved;
83 struct sampler_info compute_samplers_saved;
84 struct sampler_info samplers[PIPE_SHADER_TYPES];
988 struct sampler_info *info = &ctx->samplers[PIPE_SHADER_COMPUTE];
989 struct sampler_info *saved = &ctx->compute_samplers_saved;
1000 struct sampler_info *info = &ctx->samplers[PIPE_SHADER_COMPUTE];
1001 struct sampler_info *saved = &ctx->compute_samplers_saved;
1252 struct sampler_info *info = &ctx->samplers[shader_stage];
1316 struct sampler_info *inf
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1164 VkSamplerCreateInfo sampler_info = {}; local in function:setup_swapchain_data_pipeline
1165 sampler_info.sType = VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO;
1166 sampler_info.magFilter = VK_FILTER_LINEAR;
1167 sampler_info.minFilter = VK_FILTER_LINEAR;
1168 sampler_info.mipmapMode = VK_SAMPLER_MIPMAP_MODE_LINEAR;
1169 sampler_info.addressModeU = VK_SAMPLER_ADDRESS_MODE_REPEAT;
1170 sampler_info.addressModeV = VK_SAMPLER_ADDRESS_MODE_REPEAT;
1171 sampler_info.addressModeW = VK_SAMPLER_ADDRESS_MODE_REPEAT;
1172 sampler_info.minLod = -1000;
1173 sampler_info
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c56 struct sampler_info struct
82 struct sampler_info fragment_samplers_saved;
83 struct sampler_info samplers[PIPE_SHADER_TYPES];
1251 struct sampler_info *info = &ctx->samplers[shader_stage];
1283 struct sampler_info *info = &ctx->samplers[PIPE_SHADER_FRAGMENT];
1284 struct sampler_info *saved = &ctx->fragment_samplers_saved;
1295 struct sampler_info *info = &ctx->samplers[PIPE_SHADER_FRAGMENT];
1296 struct sampler_info *saved = &ctx->fragment_samplers_saved;
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1445 VkSamplerCreateInfo sampler_info = {}; local in function:setup_swapchain_data_pipeline
1446 sampler_info.sType = VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO;
1447 sampler_info.magFilter = VK_FILTER_LINEAR;
1448 sampler_info.minFilter = VK_FILTER_LINEAR;
1449 sampler_info.mipmapMode = VK_SAMPLER_MIPMAP_MODE_LINEAR;
1450 sampler_info.addressModeU = VK_SAMPLER_ADDRESS_MODE_REPEAT;
1451 sampler_info.addressModeV = VK_SAMPLER_ADDRESS_MODE_REPEAT;
1452 sampler_info.addressModeW = VK_SAMPLER_ADDRESS_MODE_REPEAT;
1453 sampler_info.minLod = -1000;
1454 sampler_info
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c3963 VkSamplerCreateInfo sampler_info = { local in function:blit_shader
3973 result = v3dv_CreateSampler(_device, &sampler_info, &device->vk.alloc,

Completed in 18 milliseconds