• Home
  • Raw
  • Download

Lines Matching refs:fConstantBuffer

982     this->writeOpCode(SpvOpTypeStruct, 2 + (int32_t) types.size(), fConstantBuffer);  in writeStruct()
983 this->writeWord(resultId, fConstantBuffer); in writeStruct()
985 this->writeWord(id, fConstantBuffer); in writeStruct()
1044 this->writeInstruction(SpvOpTypeBool, result, fConstantBuffer); in getType()
1046 this->writeInstruction(SpvOpTypeInt, result, 32, 1, fConstantBuffer); in getType()
1048 this->writeInstruction(SpvOpTypeInt, result, 32, 0, fConstantBuffer); in getType()
1050 this->writeInstruction(SpvOpTypeFloat, result, 32, fConstantBuffer); in getType()
1052 this->writeInstruction(SpvOpTypeFloat, result, 64, fConstantBuffer); in getType()
1060 type.columns(), fConstantBuffer); in getType()
1065 type.columns(), fConstantBuffer); in getType()
1075 this->writeIntLiteral(count), fConstantBuffer); in getType()
1082 fConstantBuffer); in getType()
1101 SpvImageFormatUnknown, fConstantBuffer); in getType()
1104 this->writeInstruction(SpvOpTypeSampledImage, result, image, fConstantBuffer); in getType()
1110 this->writeInstruction(SpvOpTypeVoid, result, fConstantBuffer); in getType()
1174 this->writeOpCode(SpvOpTypeFunction, length, fConstantBuffer); in getFunctionType()
1175 this->writeWord(result, fConstantBuffer); in getFunctionType()
1176 this->writeWord(returnType, fConstantBuffer); in getFunctionType()
1178 this->writeWord(id, fConstantBuffer); in getFunctionType()
1197 this->getType(type), fConstantBuffer); in getPointerType()
1471 arguments.push_back(this->writeExpression(*c.fArguments[i], fConstantBuffer)); in writeConstantVector()
1476 this->writeOpCode(SpvOpConstantComposite, 3 + c.fType.columns(), fConstantBuffer); in writeConstantVector()
1477 this->writeWord(type, fConstantBuffer); in writeConstantVector()
1478 this->writeWord(result, fConstantBuffer); in writeConstantVector()
1480 this->writeWord(arguments[0], fConstantBuffer); in writeConstantVector()
1484 fConstantBuffer); in writeConstantVector()
1485 this->writeWord(type, fConstantBuffer); in writeConstantVector()
1486 this->writeWord(result, fConstantBuffer); in writeConstantVector()
1488 this->writeWord(id, fConstantBuffer); in writeConstantVector()
2532 fConstantBuffer); in writeBoolLiteral()
2539 fConstantBuffer); in writeBoolLiteral()
2551 fConstantBuffer); in writeIntLiteral()
2562 fConstantBuffer); in writeIntLiteral()
2580 fConstantBuffer); in writeFloatLiteral()
2594 bits & 0xffffffff, bits >> 32, fConstantBuffer); in writeFloatLiteral()
2713 this->writeInstruction(SpvOpTypePointer, ptrType, storageClass, typeId, fConstantBuffer); in writeInterfaceBlock()
2714 this->writeInstruction(SpvOpVariable, ptrType, result, storageClass, fConstantBuffer); in writeInterfaceBlock()
2779 this->writeInstruction(SpvOpVariable, type, id, storageClass, fConstantBuffer); in writeGlobalVars()
3097 write_stringstream(fConstantBuffer, out); in writeInstructions()