Home
last modified time | relevance | path

Searched refs:setSubpass (Results 1 – 10 of 10) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Dglslang.y3454 $$.sampler.setSubpass(EbtFloat);
3460 $$.sampler.setSubpass(EbtFloat, true);
3467 $$.sampler.setSubpass(EbtFloat16);
3474 $$.sampler.setSubpass(EbtFloat16, true);
3480 $$.sampler.setSubpass(EbtInt);
3486 $$.sampler.setSubpass(EbtInt, true);
3492 $$.sampler.setSubpass(EbtUint);
3498 $$.sampler.setSubpass(EbtUint, true);
Dglslang_tab.cpp10737 (yyval.interm.type).sampler.setSubpass(EbtFloat); in yyparse()
10748 (yyval.interm.type).sampler.setSubpass(EbtFloat, true); in yyparse()
10760 (yyval.interm.type).sampler.setSubpass(EbtFloat16); in yyparse()
10772 (yyval.interm.type).sampler.setSubpass(EbtFloat16, true); in yyparse()
10783 (yyval.interm.type).sampler.setSubpass(EbtInt); in yyparse()
10794 (yyval.interm.type).sampler.setSubpass(EbtInt, true); in yyparse()
10805 (yyval.interm.type).sampler.setSubpass(EbtUint); in yyparse()
10816 (yyval.interm.type).sampler.setSubpass(EbtUint, true); in yyparse()
DInitialize.cpp6343 sampler.setSubpass(bTypes[bType], ms ? true : false); in add2ndGenerationSamplingImaging()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h697 void setSubpass(uint32_t subpass);
DUtilsVk.cpp2021 pipelineDesc.setSubpass(contextVk->getCurrentSubpassIndex()); in clearFramebuffer()
Dvk_cache_utils.cpp2661 void GraphicsPipelineDesc::setSubpass(uint32_t subpass) in setSubpass() function in rx::vk::GraphicsPipelineDesc
/third_party/glslang/glslang/Include/
DTypes.h194 void setSubpass(TBasicType t, bool m = false)
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp1216 sampler.setSubpass(subpassBasicType, multisample); in acceptSubpassInputType()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp11323 CommandBufferInheritanceInfo & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass() function
29287 GraphicsPipelineCreateInfo & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass() function
34487 InputAttachmentAspectReference & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass() function
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp13845 …VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceInfo & setSubpass( uint32_t subpass_ ) VULKAN_HPP_… in setSubpass() function
37358 …VULKAN_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NO… in setSubpass() function
44535 …VULKAN_HPP_CONSTEXPR_14 InputAttachmentAspectReference & setSubpass( uint32_t subpass_ ) VULKAN_HP… in setSubpass() function