Home
last modified time | relevance | path

Searched refs:ShaderResource (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp110 return DescriptorSetIndex::ShaderResource; in CacheTypeToDescriptorSetIndex()
1081 contextVk, resourcesSetDesc, &mDescriptorSetLayouts[DescriptorSetIndex::ShaderResource])); in createPipelineLayout()
1106 pipelineLayoutDesc.updateDescriptorSetLayout(DescriptorSetIndex::ShaderResource, in createPipelineLayout()
1120 contextVk, resourcesSetDesc, DescriptorSetIndex::ShaderResource, in createPipelineLayout()
1121 mDescriptorSetLayouts[DescriptorSetIndex::ShaderResource].get().getHandle())); in createPipelineLayout()
1213 if (mDescriptorSets[DescriptorSetIndex::ShaderResource] == VK_NULL_HANDLE) in getOrAllocateShaderResourcesDescriptorSet()
1216 ANGLE_TRY(allocateDescriptorSetAndGetInfo(contextVk, DescriptorSetIndex::ShaderResource, in getOrAllocateShaderResourcesDescriptorSet()
1228 *shaderBuffersDesc, mDescriptorSets[DescriptorSetIndex::ShaderResource]); in getOrAllocateShaderResourcesDescriptorSet()
1231 *descriptorSetOut = mDescriptorSets[DescriptorSetIndex::ShaderResource]; in getOrAllocateShaderResourcesDescriptorSet()
1551 mDescriptorSets[DescriptorSetIndex::ShaderResource] = VK_NULL_HANDLE; in updateShaderResourcesDescriptorSet()
[all …]
DGlslangWrapperVk.cpp41 ToUnderlying(DescriptorSetIndex::ShaderResource); in ResetGlslangProgramInterfaceInfo()
Dvk_cache_utils.h44 ShaderResource, // Other shader resources set index enumerator
DContextVk.cpp2206 progPerfCounters.descriptorSetCacheHits[DescriptorSetIndex::ShaderResource]; in syncObjectPerfCounters()
2208 progPerfCounters.descriptorSetCacheMisses[DescriptorSetIndex::ShaderResource]; in syncObjectPerfCounters()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.cpp1175 ComPtr<ID3D11ShaderResourceView> ShaderResource; in CopyDirty() local
1203 &ShaderDesc, &ShaderResource); in CopyDirty()
1210 ID3D11ShaderResourceView *srv = ShaderResource.Get(); in CopyDirty()