Home
last modified time | relevance | path

Searched defs:StageData (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarrierTests.cpp873 struct StageData struct
875 Move<VkDescriptorSetLayout> descriptorSetLayout;
876 Move<VkPipelineLayout> pipelineLayout;
878 Move<VkDescriptorPool> descriptorPool;
879 Move<VkDescriptorSet> descriptorSet;
881 Move<VkPipeline> pipeline;
882 Move<VkRenderPass> renderPass;
883 Move<VkFramebuffer> framebuffer;
884 std::unique_ptr<BufferWithMemory> vertexBuffer;
886 de::MovePtr<BottomLevelAccelerationStructure> bottomLevelAccelerationStructure;
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcSeparableProgramsTransformFeedbackTests.cpp67 struct StageData struct
69 const GLchar *source;
70 const GLchar *const *tfVaryings;
71 const GLuint tfVaryingsCount;
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp4792 struct StageData struct
4794 typedef const vector<ShaderElement> &(*GetPipelineStagesFn)();
4795 typedef void (*AddShaderCodeCustomStageFn)(vk::SourceCollections &, InstanceContext);
4797 GetPipelineStagesFn getPipelineFn;
4798 AddShaderCodeCustomStageFn initProgramsFn;
4800 StageData() : getPipelineFn(DE_NULL), initProgramsFn(DE_NULL) in StageData() function
4804 StageData(GetPipelineStagesFn pipelineGetter, AddShaderCodeCustomStageFn programsInitializer) in StageData() function