Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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 vk::VkFormat inputFormat = vk::VK_FORMAT_R32G32B32A32_SFLOAT;
341 tcu::IVec3 numWorkGroups;
342 SpecConstants specConstants;
343 BufferSp pushConstants;
344 std::vector<std::string> extensions;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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 …]