Searched refs:WriteTypePointer (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | glslang_wrapper_utils.cpp | 1399 spirv::WriteTypePointer(blobOut, mVec4OutTypePointerId, spv::StorageClassOutput, mVec4Id); in writePendingDeclarations() 1635 spirv::WriteTypePointer(blobOut, newPrivateTypeId, spv::StorageClassPrivate, typeId); in transformTypePointer() 2192 spirv::WriteTypePointer(blobOut, mFloatOutputPointerId, spv::StorageClassOutput, ids.floatId()); in writePendingDeclarations() 2193 spirv::WriteTypePointer(blobOut, mFloatPrivatePointerId, spv::StorageClassPrivate, in writePendingDeclarations() 2200 spirv::WriteTypePointer(blobOut, mIntOutputPointerId, spv::StorageClassOutput, ids.intId()); in writePendingDeclarations() 2201 spirv::WriteTypePointer(blobOut, mIntPrivatePointerId, spv::StorageClassPrivate, in writePendingDeclarations() 2209 spirv::WriteTypePointer(blobOut, mUintOutputPointerId, spv::StorageClassOutput, in writePendingDeclarations() 2211 spirv::WriteTypePointer(blobOut, mUintPrivatePointerId, spv::StorageClassPrivate, in writePendingDeclarations() 2216 spirv::WriteTypePointer(blobOut, mFloatUniformPointerId, spv::StorageClassUniform, in writePendingDeclarations() 2222 spirv::WriteTypePointer(blobOut, mIVec4FuncPointerId, spv::StorageClassFunction, in writePendingDeclarations() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | UtilsVk.cpp | 720 spirv::WriteTypePointer(blobOut, vec4OutId, spv::StorageClassOutput, vec4Id); in InsertDerivativeTypes() 730 spirv::WriteTypePointer(blobOut, inputTypeId, spv::StorageClassUniformConstant, imageTypeId); in InsertDerivativeTypes() 760 spirv::WriteTypePointer(blobOut, spirv::IdRef(kIdFloatOutType), spv::StorageClassOutput, in InsertCommonTypes() 762 spirv::WriteTypePointer(blobOut, spirv::IdRef(kIdSIntOutType), spv::StorageClassOutput, in InsertCommonTypes()
|
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| D | spirv_instruction_builder_autogen.h | 82 void WriteTypePointer(Blob *blob, IdResult idResult, spv::StorageClass storageClass, IdRef type);
|
| D | spirv_instruction_builder_autogen.cpp | 387 void WriteTypePointer(Blob *blob, IdResult idResult, spv::StorageClass storageClass, IdRef type) in WriteTypePointer() function
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | BuildSPIRV.cpp | 635 spirv::WriteTypePointer(&mSpirvTypePointerDecls, typePointerId, storageClass, typeId); in getTypePointerId()
|