Searched refs:attributeDesc (Results 1 – 10 of 10) sorted by relevance
89 VkVertexInputAttributeDescription* attributeDesc) { in setup_vertex_input_state() argument106 VkVertexInputAttributeDescription& vkAttrib = attributeDesc[attribIndex]; in setup_vertex_input_state()118 VkVertexInputAttributeDescription& vkAttrib = attributeDesc[attribIndex]; in setup_vertex_input_state()149 vertexInputInfo->pVertexAttributeDescriptions = attributeDesc; in setup_vertex_input_state()509 SkSTArray<16, VkVertexInputAttributeDescription> attributeDesc; in Create() local512 VkVertexInputAttributeDescription* pAttribs = attributeDesc.push_back_n(totalAttributeCnt); in Create()
86 VkVertexInputAttributeDescription* attributeDesc) { in setup_vertex_input_state() argument105 VkVertexInputAttributeDescription& vkAttrib = attributeDesc[attribIndex]; in setup_vertex_input_state()116 VkVertexInputAttributeDescription& vkAttrib = attributeDesc[attribIndex]; in setup_vertex_input_state()147 vertexInputInfo->pVertexAttributeDescriptions = attributeDesc; in setup_vertex_input_state()491 SkSTArray<16, VkVertexInputAttributeDescription> attributeDesc; in Make() local494 VkVertexInputAttributeDescription* pAttribs = attributeDesc.push_back_n(totalAttributeCnt); in Make()
508 auto& attributeDesc = (*mAttributes)[attributeCount]; in ComputeVertexInputDesc() local509 attributeDesc.location = i; in ComputeVertexInputDesc()510 attributeDesc.binding = attributeInfo.inputSlot; in ComputeVertexInputDesc()511 attributeDesc.format = VulkanVertexFormat(attributeInfo.format); in ComputeVertexInputDesc()512 attributeDesc.offset = attributeInfo.offset; in ComputeVertexInputDesc()
582 VkVertexInputAttributeDescription* attributeDesc = in ComputeVertexInputDesc() local584 attributeDesc->location = static_cast<uint8_t>(loc); in ComputeVertexInputDesc()585 attributeDesc->binding = static_cast<uint8_t>(attributeInfo.vertexBufferSlot); in ComputeVertexInputDesc()586 attributeDesc->format = VulkanVertexFormat(attributeInfo.format); in ComputeVertexInputDesc()587 attributeDesc->offset = attributeInfo.offset; in ComputeVertexInputDesc()
111 const VkVertexInputAttributeDescription attributeDesc = in setVertexInputSingleAttribute() local123 m_vertexInputAttributes.push_back(attributeDesc); in setVertexInputSingleAttribute()
176 const VkVertexInputAttributeDescription attributeDesc = in setVertexInputSingleAttribute() local188 m_vertexInputAttributes.push_back(attributeDesc); in setVertexInputSingleAttribute()
199 const VkVertexInputAttributeDescription attributeDesc = in setVertexInputSingleAttribute() local211 m_vertexInputAttributes.push_back(attributeDesc); in setVertexInputSingleAttribute()