Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
Ddisassemble.cpp177 unsigned numOperands = wordCount - 1; in processInstructions() local
275 void SpirvStream::disassembleImmediates(int numOperands) in disassembleImmediates()
284 void SpirvStream::disassembleIds(int numOperands) in disassembleIds()
320 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands) in disassembleInstruction()
DSPVRemapper.cpp528 unsigned numOperands = wordCount - 1; in processInstruction() local
1228 const unsigned numOperands = wordCount - 2; // all types have a result in matchType() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600AsmPrinter.cpp55 unsigned numOperands = MI.getNumOperands(); in EmitProgramInfoR600() local
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffload.c1308 FT_UInt numOperands = (FT_UInt)( numBlends * blend->lenBV ); in cff_blend_doBlend() local
/third_party/flutter/skia/third_party/externals/freetype/src/cff/
Dcffload.c1295 FT_UInt numOperands = (FT_UInt)( numBlends * blend->lenBV ); in cff_blend_doBlend() local
/third_party/freetype/src/cff/
Dcffload.c1301 FT_UInt numOperands = (FT_UInt)( numBlends * blend->lenBV ); in cff_blend_doBlend() local
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c425 CF2_UInt numOperands = (CF2_UInt)( numBlends * blend->lenBV ); in cf2_doBlend() local
/third_party/freetype/src/psaux/
Dpsintrp.c425 CF2_UInt numOperands = (CF2_UInt)( numBlends * blend->lenBV ); in cf2_doBlend() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c425 CF2_UInt numOperands = (CF2_UInt)( numBlends * blend->lenBV ); in cf2_doBlend() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp331 const deUint32 numOperands = numOperations * 3u; in genInputBuffer() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1185 const unsigned numOperands = N->getNumOperands(); in LLVMGetMDNodeOperands() local