Searched refs:paramSet (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 216 const BlendParams& paramSet = m_paramSets[m_curParamSetNdx]; in iterate() local 221 …log << TestLog::Message << "RGB equation = " << getBlendEquationName(paramSet.equationRGB) << Test… in iterate() 222 …log << TestLog::Message << "RGB src func = " << getBlendFactorName(paramSet.srcFuncRGB) << TestLog… in iterate() 223 …log << TestLog::Message << "RGB dst func = " << getBlendFactorName(paramSet.dstFuncRGB) << TestLog… in iterate() 224 …log << TestLog::Message << "Alpha equation = " << getBlendEquationName(paramSet.equationAlpha) << … in iterate() 225 …log << TestLog::Message << "Alpha src func = " << getBlendFactorName(paramSet.srcFuncAlpha) << Tes… in iterate() 226 …log << TestLog::Message << "Alpha dst func = " << getBlendFactorName(paramSet.dstFuncAlpha) << Tes… in iterate() 227 …Blend color = (" << paramSet.blendColor.x() << ", " << paramSet.blendColor.y() << ", " << paramSet… in iterate() 231 GLU_CHECK_CALL(glBlendEquationSeparate(paramSet.equationRGB, paramSet.equationAlpha)); in iterate() 232 …GLU_CHECK_CALL(glBlendFuncSeparate(paramSet.srcFuncRGB, paramSet.dstFuncRGB, paramSet.srcFuncAlpha… in iterate() [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 264 const BlendParams& paramSet = m_paramSets[m_curParamSetNdx]; in iterate() local 269 …log << TestLog::Message << "RGB equation = " << getBlendEquationName(paramSet.equationRGB) << Test… in iterate() 270 …log << TestLog::Message << "RGB src func = " << getBlendFactorName(paramSet.srcFuncRGB) << TestLog… in iterate() 271 …log << TestLog::Message << "RGB dst func = " << getBlendFactorName(paramSet.dstFuncRGB) << TestLog… in iterate() 272 …log << TestLog::Message << "Alpha equation = " << getBlendEquationName(paramSet.equationAlpha) << … in iterate() 273 …log << TestLog::Message << "Alpha src func = " << getBlendFactorName(paramSet.srcFuncAlpha) << Tes… in iterate() 274 …log << TestLog::Message << "Alpha dst func = " << getBlendFactorName(paramSet.dstFuncAlpha) << Tes… in iterate() 275 …Blend color = (" << paramSet.blendColor.x() << ", " << paramSet.blendColor.y() << ", " << paramSet… in iterate() 279 GLU_CHECK_CALL(glBlendEquationSeparate(paramSet.equationRGB, paramSet.equationAlpha)); in iterate() 280 …GLU_CHECK_CALL(glBlendFuncSeparate(paramSet.srcFuncRGB, paramSet.dstFuncRGB, paramSet.srcFuncAlpha… in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingValveMutableTests.cpp | 3024 const auto& paramSet = m_params.descriptorSet; in iterate() local 3026 const auto numIterations = paramSet->maxTypes(); in iterate() 3047 …const auto dstPool = paramSet->makeDescriptorPool(vkd, device, m_params.poolMutableStrategy, dst… in iterate() 3048 const auto dstLayout = paramSet->makeDescriptorSetLayout(vkd, device, stageFlags, dstLayoutFlags); in iterate() 3049 const auto varCount = paramSet->getVariableDescriptorCount(); in iterate() 3201 iterationSrcSet = paramSet->genSourceSet(m_params.sourceSetStrategy, iteration); in iterate() 3225 …allResources.emplace_back(paramSet->createResources(vkd, device, alloc, qIndex, queue, iteration, … in iterate() 3414 paramSet->updateDescriptorSet(vkd, device, srcSet.get(), iteration, resources); in iterate() 3415 paramSet->copyDescriptorSet(vkd, device, srcSet.get(), dstSet.get()); in iterate() 3419 paramSet->updateDescriptorSet(vkd, device, dstSet.get(), iteration, resources); in iterate() [all …]
|
/third_party/typescript/tests/baselines/reference/user/ |
D | chrome-devtools-frontend.log | 3442 …,12): error TS2339: Property 'message' does not exist on type '{ simple: boolean; paramSet: {}; }'. 3443 …39): error TS2339: Property 'stricted' does not exist on type '{ simple: boolean; paramSet: {}; }'. 3444 …ror TS2339: Property 'firstRestricted' does not exist on type '{ simple: boolean; paramSet: {}; }'. 3445 …,41): error TS2339: Property 'message' does not exist on type '{ simple: boolean; paramSet: {}; }'. 3446 …18): error TS2339: Property 'stricted' does not exist on type '{ simple: boolean; paramSet: {}; }'. 3447 …ror TS2339: Property 'firstRestricted' does not exist on type '{ simple: boolean; paramSet: {}; }'. 3448 …,17): error TS2339: Property 'message' does not exist on type '{ simple: boolean; paramSet: {}; }'. 3449 …r/lighthouse/lighthouse-background.js(64518,9): error TS2551: Property 'paramSet' does not exist o…
|