Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp3679 const gl::ComponentType programAttribType, in getPipelineVertexInputStateFormat() argument
3691 if (attribType != programAttribType) in getPipelineVertexInputStateFormat()
3694 if (attribType == gl::ComponentType::Float || programAttribType == gl::ComponentType::Float) in getPipelineVertexInputStateFormat()
3697 patchVertexAttribComponentType(formatID, programAttribType); in getPipelineVertexInputStateFormat()
3769 const gl::ComponentType programAttribType = gl::GetComponentTypeMask( in initializePipelineVertexInputState() local
3774 context, formatID, packedAttrib.compressed, programAttribType, attribIndex); in initializePipelineVertexInputState()
H A DContextVk.cpp2724 const gl::ComponentType programAttribType = in handleDirtyGraphicsVertexBuffers() local
2728 attribType != programAttribType && (programAttribType == gl::ComponentType::Float || in handleDirtyGraphicsVertexBuffers()
2762 programAttribType, static_cast<uint32_t>(attribIndex)); in handleDirtyGraphicsVertexBuffers()
H A Dvk_cache_utils.h1027 const gl::ComponentType programAttribType,