Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp338 struct PipelineExecutableInternalRepresentation struct
340PipelineExecutableInternalRepresentation(std::string name_, std::string description_, bool isText_, in PipelineExecutableInternalRepresentation() function
400 void addIR(const PipelineExecutableInternalRepresentation &ir) in addIR()
409 const std::vector<PipelineExecutableInternalRepresentation> &getIRs(void) const in getIRs()
416 std::vector<PipelineExecutableInternalRepresentation> m_irs;
578PipelineExecutableInternalRepresentation(ir.name, ir.description, ir.isText, irsData[irIdx])); in getPipelineExecutableProperties()