Searched refs:binarySize (Results 1 – 6 of 6) sorted by relevance
86 auto binarySize = binary.size(); in scanInstruction() local90 while (currOffset < binarySize) { in scanInstruction()92 if (!wordCount || (currOffset + wordCount > binarySize)) in scanInstruction()
79 auto binarySize = binary.size(); in sliceInstruction() local80 if (curOffset >= binarySize) { in sliceInstruction()96 if (nextOffset > binarySize) in sliceInstruction()
74 auto binarySize = binary.size(); in deserialize() local75 while (curOffset < binarySize) { in deserialize()85 assert(curOffset == binarySize && in deserialize()
386 Value binarySize = builder.create<LLVM::ConstantOp>( in translateVulkanLaunchCall() local397 ValueRange{vulkanRuntime, ptrToSPIRVBinary, binarySize}); in translateVulkanLaunchCall()
223 uint32_t binarySize{0};
62 binarySize = size; in setShaderModule()111 if (!binarySize || !binary) { in initRuntime()569 shaderModuleCreateInfo.codeSize = binarySize; in createShaderModule()