Lines Matching refs:pVertexInputState
399 if (vertexInputStateRequired && gpCI.pVertexInputState != DE_NULL)
401 hashPNextChain(seed, gpCI.pVertexInputState->pNext, objectHashes);
402 hash_combine(seed, gpCI.pVertexInputState->flags);
403 if (gpCI.pVertexInputState->pVertexBindingDescriptions != DE_NULL)
404 for (deUint32 i = 0; i < gpCI.pVertexInputState->vertexBindingDescriptionCount; ++i)
405 hash_combine(seed, gpCI.pVertexInputState->pVertexBindingDescriptions[i].binding, gpCI.pVertexInputState->pVertexBindingDescriptions[i].stride, deUint32(gpCI.pVertexInputState->pVertexBindingDescriptions[i].inputRate));
406 if (gpCI.pVertexInputState->pVertexAttributeDescriptions != DE_NULL)
407 for (deUint32 i = 0; i < gpCI.pVertexInputState->vertexAttributeDescriptionCount; ++i)
408 hash_combine(seed, gpCI.pVertexInputState->pVertexAttributeDescriptions[i].location, gpCI.pVertexInputState->pVertexAttributeDescriptions[i].binding, deUint32(gpCI.pVertexInputState->pVertexAttributeDescriptions[i].format), gpCI.pVertexInputState->pVertexAttributeDescriptions[i].offset);
848 &vertexInputStateCreateInfo, // const VkPipelineVertexInputStateCreateInfo* pVertexInputState;