Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp633 struct SPIREntryPoint struct
635SPIREntryPoint(FunctionID self_, spv::ExecutionModel execution_model, const std::string &entry_nam… in SPIREntryPoint() function
644 FunctionID self = 0;
645 std::string name;
646 std::string orig_name;
647 SmallVector<VariableID> interface_variables;
649 Bitset flags;
650 struct WorkgroupSize
654 } workgroup_size;
655 uint32_t invocations = 0;
[all …]