Home
last modified time | relevance | path

Searched refs:getParam (Results 1 – 25 of 55) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_replay_autogen.cpp32 params.getParam("pipelinePacked", ParamType::TProgramPipelineID, 0) in ReplayCall()
34 params.getParam("programPacked", ParamType::TShaderProgramID, 1) in ReplayCall()
39 params.getParam("texture", ParamType::TGLenum, 0).value.GLenumVal); in ReplayCall()
43 params.getParam("funcPacked", ParamType::TAlphaTestFunc, 0).value.AlphaTestFuncVal, in ReplayCall()
44 params.getParam("ref", ParamType::TGLfloat, 1).value.GLfloatVal); in ReplayCall()
48 params.getParam("funcPacked", ParamType::TAlphaTestFunc, 0).value.AlphaTestFuncVal, in ReplayCall()
49 params.getParam("ref", ParamType::TGLfixed, 1).value.GLfixedVal); in ReplayCall()
52 context->attachShader(params.getParam("programPacked", ParamType::TShaderProgramID, 0) in ReplayCall()
54 params.getParam("shaderPacked", ParamType::TShaderProgramID, 1) in ReplayCall()
59 params.getParam("targetPacked", ParamType::TQueryType, 0).value.QueryTypeVal, in ReplayCall()
[all …]
DFrameCapture.cpp628 call.params.getParam("access", ParamType::TGLbitfield, 3).value.GLbitfieldVal; in WriteCppReplayForCall()
635 GLenum access = call.params.getParam("access", ParamType::TGLenum, 1).value.GLenumVal; in WriteCppReplayForCall()
1472 call.params.getParam("buffersPacked", ParamType::TBufferIDPointer, 1); in MaybeCaptureUpdateResourceIDs()
1480 call.params.getParam("fencesPacked", ParamType::TFenceNVIDPointer, 1); in MaybeCaptureUpdateResourceIDs()
1489 call.params.getParam("framebuffersPacked", ParamType::TFramebufferIDPointer, 1); in MaybeCaptureUpdateResourceIDs()
1497 call.params.getParam("pipelinesPacked", ParamType::TProgramPipelineIDPointer, 1); in MaybeCaptureUpdateResourceIDs()
1506 call.params.getParam("idsPacked", ParamType::TQueryIDPointer, 1); in MaybeCaptureUpdateResourceIDs()
1515 call.params.getParam("renderbuffersPacked", ParamType::TRenderbufferIDPointer, 1); in MaybeCaptureUpdateResourceIDs()
1523 call.params.getParam("samplersPacked", ParamType::TSamplerIDPointer, 1); in MaybeCaptureUpdateResourceIDs()
1531 call.params.getParam("semaphoresPacked", ParamType::TSemaphoreIDPointer, 1); in MaybeCaptureUpdateResourceIDs()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DConvertUnsupportedConstructorsToFunctionCalls.cpp36 const TVariable *var = function.getParam(0); in AppendScalarFromNonScalarArguments()
63 const TVariable *var = function.getParam(0); in AppendVectorFromScalarArgument()
85 const TVariable *p = function.getParam(paramIndex); in AppendValuesFromMultipleArguments()
125 const TVariable *var = function.getParam(0); in AppendMatrixFromScalarArgument()
152 const TVariable *var = function.getParam(0); in AppendMatrixFromMatrixArgument()
DRemoveDynamicIndexing.cpp188 TIntermSymbol *baseParam = new TIntermSymbol(func.getParam(0)); in GetIndexFunctionDefinition()
189 TIntermSymbol *indexParam = new TIntermSymbol(func.getParam(1)); in GetIndexFunctionDefinition()
193 valueParam = new TIntermSymbol(func.getParam(2)); in GetIndexFunctionDefinition()
DMonomorphizeUnsupportedFunctions.cpp193 const TVariable *originalParam = original->getParam(paramIndex); in MonomorphizeFunction()
292 const TVariable *funcArgument = function->getParam(argIndex); in processFunctionCall()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.cpp3082 GetTextureTypeName(func.getParam(0)->getType().getBasicType()).rawName(); in BuildFuncToEmitter()
3083 const TType &coord = func.getParam(1)->getType(); in BuildFuncToEmitter()
3175 GetTextureTypeName(func.getParam(0)->getType().getBasicType()).rawName(); in BuildFuncToEmitter()
3176 const TType &coord = func.getParam(1)->getType(); in BuildFuncToEmitter()
3179 const TType &dPdx = func.getParam(2)->getType(); in BuildFuncToEmitter()
3225 GetTextureTypeName(func.getParam(0)->getType().getBasicType()).rawName(); in BuildFuncToEmitter()
3226 const TType &coord = func.getParam(1)->getType(); in BuildFuncToEmitter()
3229 const TType &dPdx = func.getParam(2)->getType(); in BuildFuncToEmitter()
3275 GetTextureTypeName(func.getParam(0)->getType().getBasicType()).rawName(); in BuildFuncToEmitter()
3276 const TType &coord = func.getParam(1)->getType(); in BuildFuncToEmitter()
[all …]
DIntroduceVertexIndexID.cpp48 const TVariable *param = mainFunction->getParam(i); in visitFunctionDefinitionPre()
DRewritePipelines.cpp615 return *pipelineFunc.getParam(0); in getInternalPipelineVariable()
629 return *mainFunc.getParam(0); in getExternalPipelineVariable()
773 const TVariable &textureParam = *func.getParam(paramIndex++); in visitMain()
774 const TVariable &samplerParam = *func.getParam(paramIndex++); in visitMain()
884 structInstanceVar = owner->getParam(0); in UpdatePipelineSymbols()
DRewriteOutArgs.cpp122 const TVariable &param = *func->getParam(i); in visitAggregatePost()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DFrameCapture.cpp105 ParamCapture &ParamBuffer::getParam(const char *paramName, ParamType paramType, int index)
184 GLuint index = call.params.getParam("index", ParamType::TGLuint, 0).value.GLuintVal;
200 GLint firstVertex = call.params.getParam("first", ParamType::TGLint, 1).value.GLintVal;
202 call.params.getParam("count", ParamType::TGLsizei, 2).value.GLsizeiVal;
210 GLsizei count = call.params.getParam("count", ParamType::TGLsizei, 1).value.GLsizeiVal;
212 call.params.getParam("typePacked", ParamType::TDrawElementsType, 2)
214 const void *indices = call.params.getParam("indices", ParamType::TvoidConstPointer, 3)
DFrameCapture.h63 ParamCapture &getParam(const char *paramName, ParamType paramType, int index);
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DEchoResponse.php66 public function getParam() function in Grpc\\Testing\\EchoResponse
DEchoRequest.php66 public function getParam() function in Grpc\\Testing\\EchoRequest
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp478 const TVariable *param = function->getParam(paramIndex); in traverse()
583 const TVariable *param = function->getParam(paramIndex); in getNameFromIndex()
606 const TVariable *param = function->getParam(paramIndex); in visitStructParam()
615 const TVariable *param = function->getParam(paramIndex); in visitNonStructParam()
DRemoveDynamicIndexing.cpp178 TIntermSymbol *baseParam = new TIntermSymbol(func.getParam(0)); in GetIndexFunctionDefinition()
179 TIntermSymbol *indexParam = new TIntermSymbol(func.getParam(1)); in GetIndexFunctionDefinition()
183 valueParam = new TIntermSymbol(func.getParam(2)); in GetIndexFunctionDefinition()
DArrayReturnValueToOutParameter.cpp123 func->addParameter(node->getFunction()->getParam(i)); in visitFunctionPrototype()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DVersionGLSL.cpp113 const TVariable *param = node->getFunction()->getParam(i); in visitFunctionPrototype()
DSymbol.h230 const TVariable *getParam(size_t i) const { return mParameters[i]; } in getParam() function
DSymbol.cpp229 const TVariable *param = getParam(paramIndex); in hasSamplerInStructParams()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DReplaceShadowingVariables.cpp64 mParameterNames.emplace(std::string(func->getParam(i)->name().data())); in visitFunctionDefinition()
DReplaceVariable.cpp80 const TVariable *param = oldFunction->getParam(paramIndex); in convertFunctionPrototype()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DVersionGLSL.cpp120 const TVariable *param = node->getFunction()->getParam(i); in visitFunctionPrototype()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DReplaceShadowingVariables.cpp62 mParameterNames.emplace(std::string(func->getParam(i)->name().data())); in visitFunctionDefinition()
DFindPreciseNodes.cpp434 ObjectAndAccessChain param = {mCurrentFunction->getParam(paramIndex), {}}; in visitFunctionDefinition()
617 if (function->getParam(paramIndex)->getType().getQualifier() != EvqParamOut) in visitAggregate()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DArrayReturnValueToOutParameter.cpp127 func->addParameter(node->getFunction()->getParam(i)); in visitFunctionPrototype()

123