/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | sampler.h | 30 VkSampler GetVkSampler() { return sampler_; } in GetVkSampler() 33 VkSampler sampler_ = VK_NULL_HANDLE; member in amber::vulkan::Sampler
|
H A 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()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUSampler.h | 31 return sampler_; in operator const wgpu::Sampler &() 39 wgpu::Sampler sampler_; member in wgpu::binding::final
|
H A D | GPUSampler.cpp | 25 GPUSampler::GPUSampler(wgpu::Sampler sampler) : sampler_(std::move(sampler)) { in GPUSampler()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | buffer.h | 93 void SetSampler(Sampler* sampler) { sampler_ = sampler; } in SetSampler() 95 Sampler* GetSampler() const { return sampler_; } in GetSampler() 276 Sampler* sampler_ = nullptr; member in amber::Buffer
|
H A D | command.h | 555 void SetSampler(Sampler* sampler) { sampler_ = sampler; } in SetSampler() 556 Sampler* GetSampler() const { return sampler_; } in GetSampler() 562 Sampler* sampler_ = nullptr; member in amber::BufferCommand 579 void SetSampler(Sampler* sampler) { sampler_ = sampler; } in SetSampler() 580 Sampler* GetSampler() const { return sampler_; } in GetSampler() 585 Sampler* sampler_ = nullptr; member in amber::SamplerCommand
|
/third_party/node/deps/v8/src/profiler/ |
H A 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()
|
H A D | cpu-profiler.h | 241 sampler::Sampler* sampler() { return sampler_.get(); } in sampler() 253 std::unique_ptr<sampler::Sampler> sampler_; member in v8::internal::SamplingEventsProcessor
|
/third_party/spirv-tools/test/opt/ |
H A D | replace_desc_array_access_using_var_index_test.cpp | 496 OpName %sampler_ "sampler_" in TEST_F() 508 OpDecorate %sampler_ DescriptorSet 1 in TEST_F() 509 OpDecorate %sampler_ Binding 1 in TEST_F() 539 %sampler_ = OpVariable %_ptr_UniformConstant_type_sampler UniformConstant in TEST_F() 560 %31 = OpLoad %type_sampler %sampler_ in TEST_F()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureTestUtil.hpp | 137 ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EXACT) in ReferenceParams() 139 , sampler (sampler_) in ReferenceParams()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderTextureFunctionTests.cpp | 150 const tcu::Sampler& sampler_) in TextureSpec() 157 , sampler (sampler_) in TextureSpec()
|
/third_party/node/deps/v8/src/logging/ |
H A D | log.cc | 861 sampler_(sampler), in SamplingThread() 864 while (sampler_->IsActive()) { 865 sampler_->DoSample(); 872 sampler::Sampler* sampler_; member in v8::internal::SamplingThread
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/ |
H A D | esextcTextureShadowLodFunctionsTest.cpp | 163 const tcu::Sampler& sampler_) in TextureSpec() 170 , sampler(sampler_) in TextureSpec()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_common.hpp | 474 SPIRCombinedImageSampler(TypeID type_, VariableID image_, VariableID sampler_) in SPIRCombinedImageSampler() 477 , sampler(sampler_) in SPIRCombinedImageSampler()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderTextureFunctionTests.cpp | 206 const tcu::Sampler& sampler_) in TextureSpec() 213 , sampler (sampler_) in TextureSpec()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 16930 VULKAN_HPP_CONSTEXPR DescriptorImageInfo( VULKAN_HPP_NAMESPACE::Sampler sampler_ = {}, 16934 : sampler( sampler_ ) 16955 DescriptorImageInfo & setSampler( VULKAN_HPP_NAMESPACE::Sampler sampler_ ) VULKAN_HPP_NOEXCEPT 16957 sampler = sampler_; [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 232 const tcu::Sampler& sampler_) in TextureSpec() 239 , sampler (sampler_) in TextureSpec()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 229 const tcu::Sampler& sampler_) in TextureSpec() 236 , sampler (sampler_) in TextureSpec()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 23943 DescriptorImageInfo( VULKAN_HPP_NAMESPACE::Sampler sampler_ = {}, 23946 : sampler( sampler_ ) 23968 VULKAN_HPP_CONSTEXPR_14 DescriptorImageInfo & setSampler( VULKAN_HPP_NAMESPACE::Sampler sampler_ ) VULKAN_HPP_NOEXCEPT 23970 sampler = sampler_; [all...] |