Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderTestUtil.hpp334 struct ComputeShaderSpec struct
336 std::string assembly;
337 std::string entryPoint;
338 std::vector<Resource> inputs;
339 std::vector<Resource> outputs;
340 tcu::IVec3 numWorkGroups;
341 SpecConstants specConstants;
342 BufferSp pushConstants;
343 std::vector<std::string> extensions;
344 VulkanFeatures requestedVulkanFeatures;
[all …]