Searched refs:stage (Results 1 – 18 of 18) sorted by relevance
21 * Quantization tables for two-stage of ISFs (split by 2 in 1st stage)49 * isf codebooks: two-stage VQ with split-by-5 in 2nd stage *63 * 1st stage codebook; 1st split: isf0 to isf8326 * 1st stage codebook; 2nd split: isf9 to isf15589 * 2nd stage codebook; 1st split: isf2_0 to isf2_2663 * 2nd stage codebook; 2nd split: isf2_3 to isf2_5800 * 2nd stage codebook; 3rd split: isf2_6 to isf2_8937 * 2nd stage codebook; 4th split: isf2_9 to isf2_11977 * 2nd stage codebook; 5th split: isf2_12 to isf2_151019 * isf codebooks: two-stage VQ with split-by-3 in 2nd stage *[all …]
92 File stage = new File(STAGE_FILE); in restoreEntity() local94 if (writeFile(stage, data)) { in restoreEntity()95 try (FileInputStream in = new FileInputStream(stage)) { in restoreEntity()104 stage.delete(); in restoreEntity()
63 File stage = new File(baseDir, BACKUP_ENABLE_FILE + "-stage"); in writeBackupEnableState() local64 try (FileOutputStream fout = new FileOutputStream(stage)) { in writeBackupEnableState()67 stage.renameTo(enableFile); in writeBackupEnableState()75 stage.delete(); in writeBackupEnableState()
8 Linked fragment stage:
8 Linked vertex stage:
687 ParcelFileDescriptor stage; in initiateOneRestore() local697 stage = ParcelFileDescriptor.open(downloadFile, in initiateOneRestore()702 if (transport.getRestoreData(stage) != BackupTransport.TRANSPORT_OK) { in initiateOneRestore()707 stage.close(); in initiateOneRestore()717 stage.close(); in initiateOneRestore()718 stage = ParcelFileDescriptor.open(downloadFile, in initiateOneRestore()726 BackupDataInput in = new BackupDataInput(stage.getFileDescriptor()); in initiateOneRestore()754 stage.close(); in initiateOneRestore()
263 private void restoreFromStage(File stage, File info, String hintTag, int which) in restoreFromStage() argument265 if (stage.exists()) { in restoreFromStage()274 try (FileInputStream in = new FileInputStream(stage)) { in restoreFromStage()
36 the compile/link stage.
289 for (File stage : unclaimedStages) { in reconcileStagesLocked()290 Slog.w(TAG, "Deleting orphan stage " + stage); in reconcileStagesLocked()292 mPm.removeCodePathLI(stage); in reconcileStagesLocked()
2555 /// Shader stage flags2978 /// Pipeline shader stage creation flags4123 VkShaderStageFlagBits stage4133 VkPipelineShaderStageCreateInfo stage4275 …elineShaderStageCreateInfo* pStages /// One entry for each active shader stage4475 …l32 geometryShader /// geometry stage4476 … tessellationShader /// tessellation control and evaluation stage4546 …erStageDescriptorSamplers /// max num of samplers allowed per-stage in a descriptor set4547 …DescriptorUniformBuffers /// max num of uniform buffers allowed per-stage in a descriptor set4548 …DescriptorStorageBuffers /// max num of storage buffers allowed per-stage in a descriptor set[all …]
388 mShaderStage.stage = VK_SHADER_STAGE_COMPUTE_BIT; in InitShader()548 .stage = mShaderStage, in InitPipeline()
679 void stage() { staging.insert(var->value); } in stage() function747 for (auto& var : evalOrder) context->at(var).stage(); in evalSubnetHelper()
63 --install-only It only runs the pre-run stage of the test suite. It
7492 InputStage stage; in deliverInputEvent() local7494 stage = mSyntheticInputStage; in deliverInputEvent()7496 stage = q.shouldSkipIme() ? mFirstPostImeInputStage : mFirstInputStage; in deliverInputEvent()7503 if (stage != null) { in deliverInputEvent()7505 stage.deliver(q); in deliverInputEvent()
2130 shaderStages[0].stage = VK_SHADER_STAGE_VERTEX_BIT; in demo_prepare_pipeline()2135 shaderStages[1].stage = VK_SHADER_STAGE_FRAGMENT_BIT; in demo_prepare_pipeline()
... char[] buff int offset int length public void stage (char[], int, int) throws ...
333 have reached beta stage. Languages not marked as beta are still in
6238 * Logs the gesture stage changed event.