/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | sampler.cc | 109 nullptr, &sampler_) != VK_SUCCESS) { in CreateSampler() 117 if (sampler_ != VK_NULL_HANDLE) { in ~Sampler() 118 device_->GetPtrs()->vkDestroySampler(device_->GetVkDevice(), sampler_, in ~Sampler()
|
D | sampler.h | 30 VkSampler GetVkSampler() { return sampler_; } in GetVkSampler() 33 VkSampler sampler_ = VK_NULL_HANDLE;
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPUSampler.h | 31 return sampler_; 39 wgpu::Sampler sampler_;
|
D | GPUSampler.cpp | 25 GPUSampler::GPUSampler(wgpu::Sampler sampler) : sampler_(std::move(sampler)) { in GPUSampler()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | buffer.h | 93 void SetSampler(Sampler* sampler) { sampler_ = sampler; } in SetSampler() 95 Sampler* GetSampler() const { return sampler_; } in GetSampler() 276 Sampler* sampler_ = nullptr; variable
|
D | command.h | 555 void SetSampler(Sampler* sampler) { sampler_ = sampler; } in SetSampler() 556 Sampler* GetSampler() const { return sampler_; } in GetSampler() 562 Sampler* sampler_ = nullptr; variable 579 void SetSampler(Sampler* sampler) { sampler_ = sampler; } in SetSampler() 580 Sampler* GetSampler() const { return sampler_; } in GetSampler() 585 Sampler* sampler_ = nullptr;
|
/third_party/node/deps/v8/src/profiler/ |
D | cpu-profiler.cc | 126 sampler_(new CpuSampler(isolate, this)), in SamplingEventsProcessor() 129 sampler_->Start(); in SamplingEventsProcessor() 132 SamplingEventsProcessor::~SamplingEventsProcessor() { sampler_->Stop(); } in ~SamplingEventsProcessor() 315 sampler_->DoSample(); in Run()
|
D | cpu-profiler.h | 241 sampler::Sampler* sampler() { return sampler_.get(); } in sampler() 253 std::unique_ptr<sampler::Sampler> sampler_; variable
|
/third_party/spirv-tools/test/opt/ |
D | replace_desc_array_access_using_var_index_test.cpp | 498 OpName %sampler_ "sampler_" in TEST_F()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.hpp | 137 …ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EX… in ReferenceParams() 139 , sampler (sampler_) in ReferenceParams()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderTextureFunctionTests.cpp | 150 const tcu::Sampler& sampler_) in TextureSpec() 157 , sampler (sampler_) in TextureSpec()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_common.hpp | 474 SPIRCombinedImageSampler(TypeID type_, VariableID image_, VariableID sampler_) in SPIRCombinedImageSampler() 477 , sampler(sampler_) in SPIRCombinedImageSampler()
|
/third_party/node/deps/v8/src/logging/ |
D | log.cc | 861 sampler_(sampler), in SamplingThread() 864 while (sampler_->IsActive()) { in Run() 865 sampler_->DoSample(); in Run() 872 sampler::Sampler* sampler_; member in v8::internal::SamplingThread
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/ |
D | esextcTextureShadowLodFunctionsTest.cpp | 163 const tcu::Sampler& sampler_) in TextureSpec() 170 , sampler(sampler_) in TextureSpec()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 206 const tcu::Sampler& sampler_) in TextureSpec() 213 , sampler (sampler_) in TextureSpec()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 229 const tcu::Sampler& sampler_) in TextureSpec() 236 , sampler (sampler_) in TextureSpec()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 229 const tcu::Sampler& sampler_) in TextureSpec() 236 , sampler (sampler_) in TextureSpec()
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 21279 DescriptorImageInfo( VULKAN_HPP_NAMESPACE::Sampler sampler_ = {}, in DescriptorImageInfo() 21282 : sampler( sampler_ ) 21304 …EXPR_14 DescriptorImageInfo & setSampler( VULKAN_HPP_NAMESPACE::Sampler sampler_ ) VULKAN_HPP_NOEX… in setSampler() 21306 sampler = sampler_; in setSampler() 41511 … VULKAN_HPP_NAMESPACE::Sampler sampler_ = {}, 41516 , sampler( sampler_ ) 41555 …R_14 ImageViewHandleInfoNVX & setSampler( VULKAN_HPP_NAMESPACE::Sampler sampler_ ) VULKAN_HPP_NOEX… in setSampler() 41557 sampler = sampler_; in setSampler() 92800 …EXPR SamplerCaptureDescriptorDataInfoEXT( VULKAN_HPP_NAMESPACE::Sampler sampler_ = {}, const void … in SamplerCaptureDescriptorDataInfoEXT() 92802 , sampler( sampler_ ) [all …]
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 16930 VULKAN_HPP_CONSTEXPR DescriptorImageInfo( VULKAN_HPP_NAMESPACE::Sampler sampler_ = {}, in DescriptorImageInfo() 16934 : sampler( sampler_ ) 16955 DescriptorImageInfo & setSampler( VULKAN_HPP_NAMESPACE::Sampler sampler_ ) VULKAN_HPP_NOEXCEPT in setSampler() 16957 sampler = sampler_; in setSampler() 32404 VULKAN_HPP_NAMESPACE::Sampler sampler_ = {} ) VULKAN_HPP_NOEXCEPT 32407 , sampler( sampler_ ) 32445 … ImageViewHandleInfoNVX & setSampler( VULKAN_HPP_NAMESPACE::Sampler sampler_ ) VULKAN_HPP_NOEXCEPT in setSampler() 32447 sampler = sampler_; in setSampler()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | descriptorsets.txt | 129 A _combined image sampler_ (ename:VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER)
|
D | descriptorsets.adoc | 146 A _combined image sampler_ (ename:VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER)
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 32919 <!-- tcmalloc::Sampler tcmalloc::ThreadCache::sampler_ --> 32920 …<var-decl name='sampler_' type-id='type-id-1557' visibility='default' filepath='src/thread_cache.h…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 20612 …<var-decl name='sampler_' type-id='type-id-1557' visibility='default' filepath='src/thread_cache.h…
|