Searched refs:kInstMaxOutCnt (Results 1 – 4 of 4) sorted by relevance
165 static const int kInstMaxOutCnt = kInstStageOutCnt + 4; variable
298 gpu_validation_state->output_buffer_size = sizeof(uint32_t) * (spvtools::kInstMaxOutCnt + 1); in GpuPostCallRecordCreateDevice()1113 …uint32_t words_to_clear = 1 + std::min(debug_record[kInstCommonOutSize], (uint32_t)kInstMaxOutCnt); in AnalyzeAndReportError()