Searched refs:_sampler (Results 1 - 3 of 3) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
H A D | gl3cTextureSwizzleTests.cpp | 168 struct _sampler struct in namespace:gl3cts::TextureSwizzle 173 static const _sampler isampler = { "int", "i" }; 174 static const _sampler usampler = { "uint", "u" }; 175 static const _sampler sampler = { "float", "" }; 220 const _sampler& m_sampler;
|
/external/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2059 VkSampler _sampler, 2063 RADV_FROM_HANDLE(radv_sampler, sampler, _sampler); 2057 radv_DestroySampler( VkDevice _device, VkSampler _sampler, const VkAllocationCallbacks* pAllocator) argument
|
/external/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 1987 VkSampler _sampler, 1991 ANV_FROM_HANDLE(anv_sampler, sampler, _sampler); 1985 anv_DestroySampler( VkDevice _device, VkSampler _sampler, const VkAllocationCallbacks* pAllocator) argument
|
Completed in 156 milliseconds