HomeSort by relevance Sort by last modified time
    Searched refs:hasExecScope (Results 1 - 3 of 3) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCode.h 133 inline bool hasExecScope(Op OpCode) {
SPIRVInstruction.h 311 if (hasExecScope() && !isGroupOpCode(OpCode) && !isPipeOpCode(OpCode))
339 bool hasExecScope() const {
340 return SPIRV::hasExecScope(OpCode);
355 if(!hasExecScope())
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp     [all...]

Completed in 58 milliseconds