Searched defs:ComputeShaderSpec (Results 1 – 1 of 1) sorted by relevance
90 struct ComputeShaderSpec struct92 std::string assembly;93 std::string entryPoint;94 std::vector<BufferSp> inputs;95 std::vector<BufferSp> outputs;96 tcu::IVec3 numWorkGroups;97 std::vector<deUint32> specConstants;102 …AllocationSp>& outputAllocations, const std::vector<BufferSp>& expectedOutputs, tcu::TestLog& log);103 ComputeShaderSpec() in ComputeShaderSpec() argument