Home
last modified time | relevance | path

Searched refs:updatePushConstantRange (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h812 void updatePushConstantRange(gl::ShaderType shaderType, uint32_t offset, uint32_t size);
DUtilsVk.cpp1172 pipelineLayoutDesc.updatePushConstantRange(pushConstantsShaderStage, 0, in ensureResourcesInitialized()
Dvk_cache_utils.cpp2823 void PipelineLayoutDesc::updatePushConstantRange(gl::ShaderType shaderType, in updatePushConstantRange() function in rx::vk::PipelineLayoutDesc