Home
last modified time | relevance | path

Searched defs:sampler (Results 126 - 150 of 511) sorted by relevance

12345678910>>...21

/third_party/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.cpp110 const char* sampler = fProgramBuilder->samplerVariable(samplerHandle); in appendTextureLookup() local
/third_party/skia/src/gpu/vk/
H A DGrVkPipelineState.cpp130 const auto& sampler = geomProc.textureSampler(i); in setAndBindTextures() local
181 const GrVkSampler* sampler = nullptr; in setAndBindTextures() local
[all...]
H A DGrVkDescriptorSetManager.cpp218 const GrVkSampler* sampler = immutableSamplers[i]; in GrVkDescriptorSetManager() local
/third_party/skia/src/codec/
H A DSkSampledCodec.cpp225 SkSampler* sampler = this->codec()->getSampler(true); in sampledDecode() local
271 SkSampler* sampler = this->codec()->getSampler(true); in sampledDecode() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DResourceManager.cpp219 void ResourceManager::deleteSampler(GLuint sampler) in deleteSampler() argument
338 void ResourceManager::checkSamplerAllocation(GLuint sampler) in checkSamplerAllocation() argument
349 bool ResourceManager::isSampler(GLuint sampler) in isSampler() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDevice.hpp89 uint32_t sampler; member
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.hpp104 auto sampler = device.createSampler(samplerCreateInfo); in addSampler() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCopyTextureForBrowserHelper.cpp336 Ref<SamplerBase> sampler; in DoCopyTextureForBrowser() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DIOSurfaceWrappingTests.cpp312 wgpu::Sampler sampler = device.CreateSampler(); in DoSampleTest() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/
H A DWGPUHelpers.cpp138 BindingInitializationHelper(uint32_t binding, const Ref<SamplerBase>& sampler) BindingInitializationHelper() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_handle_test.cc257 const auto* sampler = p->GetMemoryObjectDeclarationForHandle(10, false); in TEST_F() local
277 const auto* sampler = p->GetMemoryObjectDeclarationForHandle(10, false); in TEST_F() local
315 const auto* sampler in TEST_F() local
354 const auto* sampler = p->GetMemoryObjectDeclarationForHandle(110, false); TEST_F() local
396 const auto* sampler = p->GetMemoryObjectDeclarationForHandle(110, false); TEST_F() local
436 const auto* sampler = p->GetMemoryObjectDeclarationForHandle(110, false); TEST_F() local
469 const auto* sampler = p->GetMemoryObjectDeclarationForHandle(110, false); TEST_F() local
498 const auto* sampler = p->GetMemoryObjectDeclarationForHandle(110, false); TEST_F() local
532 const auto* sampler = p->GetMemoryObjectDeclarationForHandle(100, false); TEST_F() local
586 const auto* sampler = p->GetMemoryObjectDeclarationForHandle(10, false); TEST_F() local
625 const auto* sampler = p->GetMemoryObjectDeclarationForHandle(110, false); TEST_F() local
663 const auto* sampler = p->GetMemoryObjectDeclarationForHandle(110, false); TEST_F() local
703 const auto* sampler = p->GetMemoryObjectDeclarationForHandle(110, false); TEST_F() local
741 const auto* sampler = p->GetMemoryObjectDeclarationForHandle(110, false); TEST_F() local
773 const auto* sampler = p->GetMemoryObjectDeclarationForHandle(110, false); TEST_F() local
804 const auto* sampler = p->GetMemoryObjectDeclarationForHandle(110, false); TEST_F() local
840 const auto* sampler = p->GetMemoryObjectDeclarationForHandle(100, false); TEST_F() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DD3D12ResidencyTests.cpp369 wgpu::Sampler sampler = device.CreateSampler(); in TEST_P() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
H A DDestroyObjectTests.cpp402 Ref<SamplerBase> sampler; in TEST_F() local
685 Ref<SamplerBase> sampler; in TEST_F() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DStorageTextureValidationTests.cpp534 wgpu::Sampler sampler = device.CreateSampler(); in TEST_F() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler.cc54 static auto* sampler = new HashtablezSampler(); in Global() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSizeTests.cpp308 Sampler sampler = mapGLSampler(wrapS, wrapT, minFilter, magFilter); in testFace() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsSamplerObjectTest.cpp101 void TextureSamplerTest::setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sampler) in setSamplerState() argument
514 GLuint sampler = -1; renderResults() local
613 setSamplerState(const glw::Functions& gl, SamplingState state, GLuint sampler) setSamplerState() argument
1075 GLuint sampler = -1; renderResults() local
[all...]
H A DglsTextureTestUtil.cpp180 const char* sampler = DE_NULL; in getProgram() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemStackTests.cpp246 vk::Move<vk::VkSampler> sampler; in iterate() local
H A DvktProtectedMemWorkgroupStorageTests.cpp215 vk::Move<vk::VkSampler> sampler; in iterate() local
/third_party/vk-gl-cts/framework/common/
H A DtcuTexVerifierUtil.cpp125 Sampler getUnnormalizedCoordSampler (const Sampler& sampler) in getUnnormalizedCoordSampler() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureSizeTests.cpp307 Sampler sampler = mapGLSampler(wrapS, wrapT, minFilter, magFilter); in testFace() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_blur.cpp321 RenderHandle sampler; member
/third_party/ffmpeg/libavfilter/
H A Dvf_blend_vulkan.c128 FFVkSampler *sampler; in init_filter() local
H A Dvf_scale_vulkan.c113 FFVkSampler *sampler; in init_filter() local

Completed in 19 milliseconds

12345678910>>...21