Home
last modified time | relevance | path

Searched refs:sampler_ (Results 1 - 19 of 19) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dsampler.h30 VkSampler GetVkSampler() { return sampler_; } in GetVkSampler()
33 VkSampler sampler_ = VK_NULL_HANDLE; member in amber::vulkan::Sampler
H A Dsampler.cc109 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 DGPUSampler.h31 return sampler_; in operator const wgpu::Sampler &()
39 wgpu::Sampler sampler_; member in wgpu::binding::final
H A DGPUSampler.cpp25 GPUSampler::GPUSampler(wgpu::Sampler sampler) : sampler_(std::move(sampler)) { in GPUSampler()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dbuffer.h93 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 Dcommand.h555 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 Dcpu-profiler.cc126 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 Dcpu-profiler.h241 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 Dreplace_desc_array_access_using_var_index_test.cpp496 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 DgluTextureTestUtil.hpp137 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 Des2fShaderTextureFunctionTests.cpp150 const tcu::Sampler& sampler_) in TextureSpec()
157 , sampler (sampler_) in TextureSpec()
/third_party/node/deps/v8/src/logging/
H A Dlog.cc861 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 DesextcTextureShadowLodFunctionsTest.cpp163 const tcu::Sampler& sampler_) in TextureSpec()
170 , sampler(sampler_) in TextureSpec()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_common.hpp474 SPIRCombinedImageSampler(TypeID type_, VariableID image_, VariableID sampler_) in SPIRCombinedImageSampler()
477 , sampler(sampler_) in SPIRCombinedImageSampler()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp206 const tcu::Sampler& sampler_) in TextureSpec()
213 , sampler (sampler_) in TextureSpec()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp16930 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 DvktShaderRenderTextureFunctionTests.cpp232 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 DvktShaderRenderTextureFunctionTests.cpp229 const tcu::Sampler& sampler_) in TextureSpec()
236 , sampler (sampler_) in TextureSpec()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp23943 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...]

Completed in 141 milliseconds