• Home
  • Raw
  • Download

Lines Matching refs:GetUintId

119   return builder->AddUnaryOp(GetUintId(), SpvOpBitcast, val_32b_id)  in GenUintCastCode()
131 builder->AddBinaryOp(GetUintId(), SpvOpIAdd, base_offset_id, in GenDebugOutputFieldCode()
165 GetUintId(), SpvOpCompositeExtract, uint_frag_coord_id, element); in GenFragCoordEltDebugOutputCode()
209 GetUintId(), SpvOpCompositeExtract, load_id, 0); in GenStageStreamWriteCode()
211 GetUintId(), SpvOpCompositeExtract, load_id, 1); in GenStageStreamWriteCode()
213 GetUintId(), SpvOpCompositeExtract, load_id, 2); in GenStageStreamWriteCode()
250 GetUintId(), SpvOpCompositeExtract, uvec3_cast_id, 0); in GenStageStreamWriteCode()
252 GetUintId(), SpvOpCompositeExtract, uvec3_cast_id, 1); in GenStageStreamWriteCode()
279 GetUintId(), SpvOpCompositeExtract, launch_id, 0); in GenStageStreamWriteCode()
281 GetUintId(), SpvOpCompositeExtract, launch_id, 1); in GenStageStreamWriteCode()
283 GetUintId(), SpvOpCompositeExtract, launch_id, 2); in GenStageStreamWriteCode()
341 builder.AddNaryOp(GetUintId(), SpvOpFunctionCall, args)->result_id(); in GenDebugDirectRead()
413 GetUintId(), SpvStorageClassStorageBuffer); in GetOutputBufferPtrId()
420 : GetUintId(); in GetInputBufferTypeId()
610 uint32_t InstrumentPass::GetUintId() { in GetUintId() function in spvtools::opt::InstrumentPass
691 param_types.push_back(type_mgr->GetType(GetUintId())); in GetStreamWriteFunctionId()
711 GetUintId(), pid, {})); in GetStreamWriteFunctionId()
737 GetUintId(), SpvOpAtomicIAdd, obuf_curr_sz_ac_inst->result_id(), in GetStreamWriteFunctionId()
742 builder.AddBinaryOp(GetUintId(), SpvOpIAdd, obuf_curr_sz_id, in GetStreamWriteFunctionId()
746 builder.AddIdLiteralOp(GetUintId(), SpvOpArrayLength, in GetStreamWriteFunctionId()
798 param_types.push_back(type_mgr->GetType(GetUintId())); in GetDirectReadFunctionId()
817 get_module()->context(), SpvOpFunctionParameter, GetUintId(), pid, {})); in GetDirectReadFunctionId()
840 if (ibuf_type_id != GetUintId()) { in GetDirectReadFunctionId()
842 builder.AddUnaryOp(GetUintId(), SpvOpUConvert, last_value_id); in GetDirectReadFunctionId()
846 GetUintId(), SpvOpIAdd, last_value_id, param_vec[p]); in GetDirectReadFunctionId()