Home
last modified time | relevance | path

Searched refs:_sampler (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst1 .. _sampler:
/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp168 struct _sampler struct
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/intel/vulkan/
Danv_device.c1987 VkSampler _sampler, in anv_DestroySampler() argument
1991 ANV_FROM_HANDLE(anv_sampler, sampler, _sampler); in anv_DestroySampler()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c2059 VkSampler _sampler, in radv_DestroySampler() argument
2063 RADV_FROM_HANDLE(radv_sampler, sampler, _sampler); in radv_DestroySampler()