Searched refs:pipelineLayoutIdentifier (Results 1 – 6 of 6) sorted by relevance
58 …:ComputeProgramKey::ComputeProgramKey(uint64_t shaderIdentifier, uint32_t pipelineLayoutIdentifier) in ComputeProgramKey() argument60 , pipelineLayoutIdentifier(pipelineLayoutIdentifier) in ComputeProgramKey()65 …urn std::tie(shaderIdentifier, pipelineLayoutIdentifier) < std::tie(other.shaderIdentifier, other.… in operator <()
91 ComputeProgramKey(uint64_t shaderIdentifier, uint32_t pipelineLayoutIdentifier);97 const uint32_t pipelineLayoutIdentifier; member
89 state.pipelineLayoutIdentifier = fragmentState.getPipelineLayout()->identifier; in update()95 state.pipelineLayoutIdentifier = 0; in update()
68 uint32_t pipelineLayoutIdentifier; member
76 state.pipelineLayoutIdentifier = preRasterizationState.getPipelineLayout()->identifier; in update()
69 uint32_t pipelineLayoutIdentifier; member