Searched defs:ComputeShaderSpec (Results 1 – 1 of 1) sorted by relevance
87 struct ComputeShaderSpec struct89 std::string assembly;90 std::string entryPoint;91 std::vector<BufferSp> inputs;92 std::vector<BufferSp> outputs;93 tcu::IVec3 numWorkGroups;94 std::vector<deUint32> specConstants;99 … const std::vector<AllocationSp>& outputAllocations, const std::vector<BufferSp>& expectedOutputs);101 ComputeShaderSpec() in ComputeShaderSpec() argument