Home
last modified time | relevance | path

Searched refs:paramValue (Results 1 - 17 of 17) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderAtomicCounterOpsTests.hpp53 AtomicOperation(std::string function, glw::GLuint inputValue, glw::GLuint paramValue, in AtomicOperation() argument
57 , m_paramValue(paramValue) in AtomicOperation()
109 AtomicOperationAdd(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationAdd() argument
110 : AtomicOperation("atomicCounterAdd", inputValue, paramValue, 0U, true) in AtomicOperationAdd()
125 AtomicOperationSubtract(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationSubtract() argument
126 : AtomicOperation("atomicCounterSubtract", inputValue, paramValue, 0U, true) in AtomicOperationSubtract()
141 AtomicOperationMin(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationMin() argument
142 : AtomicOperation("atomicCounterMin", inputValue, paramValue) in AtomicOperationMin()
157 AtomicOperationMax(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationMax() argument
158 : AtomicOperation("atomicCounterMax", inputValue, paramValue) in AtomicOperationMax()
173 AtomicOperationAnd(glw::GLuint inputValue, glw::GLuint paramValue) AtomicOperationAnd() argument
189 AtomicOperationOr(glw::GLuint inputValue, glw::GLuint paramValue) AtomicOperationOr() argument
205 AtomicOperationXor(glw::GLuint inputValue, glw::GLuint paramValue) AtomicOperationXor() argument
222 AtomicOperationExchange(glw::GLuint inputValue, glw::GLuint paramValue) AtomicOperationExchange() argument
237 AtomicOperationCompSwap(glw::GLuint inputValue, glw::GLuint paramValue, glw::GLuint compareValue) AtomicOperationCompSwap() argument
[all...]
/third_party/skia/src/core/
H A DSkUtils.cpp46 int GetIntParamWithDefault(int paramValue, int maxValue, int defaultValue) in GetIntParamWithDefault() argument
48 if (paramValue <= 0 || paramValue > maxValue) { in GetIntParamWithDefault()
49 paramValue = defaultValue; // default value in GetIntParamWithDefault()
51 return paramValue; in GetIntParamWithDefault()
54 bool GetBoolParamWithFlag(bool paramValue) in GetBoolParamWithFlag() argument
59 return paramValue; in GetBoolParamWithFlag()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktApplicationParametersTests.cpp67 uint64_t paramValue; member
239 testData.paramValue in createDeviceTest()
306 testData.paramValue in createInstanceTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktApplicationParametersTests.cpp67 uint64_t paramValue; member
239 testData.paramValue in createDeviceTest()
306 testData.paramValue in createInstanceTest()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.h57 void addValueParam(const char *paramName, ParamType paramType, T paramValue);
59 void setValueParamAtIndex(const char *paramName, ParamType paramType, T paramValue, int index);
64 T paramValue);
680 void ParamBuffer::addValueParam(const char *paramName, ParamType paramType, T paramValue) in addValueParam() argument
683 InitParamValue(paramType, paramValue, &capture.value); in addValueParam()
690 T paramValue, in setValueParamAtIndex()
696 InitParamValue(paramType, paramValue, &capture.value); in setValueParamAtIndex()
704 T paramValue) in addEnumParam()
707 InitParamValue(paramType, paramValue, &capture.value); in addEnumParam()
688 setValueParamAtIndex(const char *paramName, ParamType paramType, T paramValue, int index) setValueParamAtIndex() argument
701 addEnumParam(const char *paramName, gl::GLenumGroup enumGroup, ParamType paramType, T paramValue) addEnumParam() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DWebGLFramebufferTest.cpp209 GLint paramValue = 0; in getRenderbufferParameter() local
210 glGetRenderbufferParameteriv(GL_RENDERBUFFER, paramName, &paramValue); in getRenderbufferParameter()
211 return paramValue; in getRenderbufferParameter()
/third_party/skia/src/gpu/geometry/
H A DGrAAConvexTessellator.cpp1017 static void draw_point(SkCanvas* canvas, const SkPoint& p, SkScalar paramValue, bool stroke) {
1019 SkASSERT(paramValue <= 1.0f);
1020 int gs = int(255*paramValue);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputSPIRV.cpp1834 const spirv::IdRef paramValue = accessChainLoad( in loadAllParams() local
1837 parameters.push_back(paramValue); in loadAllParams()
2050 spirv::IdRef paramValue; in createFunctionCall() local
2055 paramValue = accessChainLoad(&param, argType, nullptr); in createFunctionCall()
2060 paramValue = accessChainCollapse(&param); in createFunctionCall()
2072 paramValue = param.baseId; in createFunctionCall()
2089 paramValue = accessChainLoad(&param, argType, nullptr); in createFunctionCall()
2091 paramValue, nullptr); in createFunctionCall()
2094 paramValue = tempVarIds[paramIndex]; in createFunctionCall()
2097 parameters.push_back(paramValue); in createFunctionCall()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES1.cpp1569 GLfloat paramValue; in ValidateTexParameterBaseForGLfixed() local
1572 paramValue = ConvertFixedToFloat(static_cast<GLfixed>(params[0])); in ValidateTexParameterBaseForGLfixed()
1576 paramValue = static_cast<GLfloat>(params[0]); in ValidateTexParameterBaseForGLfixed()
1579 &paramValue); in ValidateTexParameterBaseForGLfixed()
H A DvalidationES.cpp446 GLfloat paramValue) in ValidateTextureMaxAnisotropyValue()
455 if (paramValue < 1 || paramValue > largest) in ValidateTextureMaxAnisotropyValue()
7397 GLfloat paramValue = static_cast<GLfloat>(params[0]); in ValidateTexParameterBase() local
7398 if (!ValidateTextureMaxAnisotropyValue(context, entryPoint, paramValue)) in ValidateTexParameterBase()
7402 ASSERT(static_cast<ParamType>(paramValue) == params[0]); in ValidateTexParameterBase()
7744 GLfloat paramValue = static_cast<GLfloat>(params[0]); in ValidateSamplerParameterBase() local
7745 if (!ValidateTextureMaxAnisotropyValue(context, entryPoint, paramValue)) in ValidateSamplerParameterBase()
444 ValidateTextureMaxAnisotropyValue(const Context *context, angle::EntryPoint entryPoint, GLfloat paramValue) ValidateTextureMaxAnisotropyValue() argument
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 208 milliseconds