Home
last modified time | relevance | path

Searched refs:maxVertexOutputComponents (Results 1 – 25 of 59) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLimitTests.cpp227 const deUint16 maxVertexOutputComponents = (deUint16)limits.maxVertexOutputComponents; in createInstance() local
238 if (m_inputComponents + 4 > maxVertexOutputComponents) in createInstance()
242 ") maxVertexOutputComponents=" + de::toString(maxVertexOutputComponents); in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMaxVaryingsTests.cpp753 …& properties.limits.maxFragmentInputComponents < (properties.limits.maxVertexOutputComponents - 4)) in supportedCheck()
755 …ntInputComponents << ") than VS outputs (" << properties.limits.maxVertexOutputComponents << " - 4… in supportedCheck()
782 …outputStage == VK_SHADER_STAGE_VERTEX_BIT && (properties.limits.maxVertexOutputComponents - 4) < p… in supportedCheck()
784 …e supports smaller number of VS outputs (" << properties.limits.maxVertexOutputComponents << " - 4… in supportedCheck()
931 data = (properties.limits.maxVertexOutputComponents / 4) - 1; // outputData + gl_Position in getMaxIOComponents()
/third_party/glslang/glslang/Include/
DResourceLimits.h85 int maxVertexOutputComponents; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DAdapterVk.cpp234 if (vkLimits.maxVertexOutputComponents < baseLimits.v1.maxInterStageShaderComponents || in InitializeSupportedLimitsImpl()
240 std::min(vkLimits.maxVertexOutputComponents, vkLimits.maxFragmentInputComponents); in InitializeSupportedLimitsImpl()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp594 caps->maxVertexOutputComponents = in GenerateCaps()
624 caps->maxFragmentInputComponents = caps->maxVertexOutputComponents; in GenerateCaps()
639 caps->maxVaryingVectors = caps->maxVertexOutputComponents / 4; in GenerateCaps()
/third_party/glslang/StandAlone/
DResourceLimits.cpp187 …rtexOutputComponents " << DefaultTBuiltInResource.maxVertexOutputComponents << "\n" in GetDefaultTBuiltInResourceString()
353 resources->maxVertexOutputComponents = value; in DecodeResourceLimits()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp611 caps->maxVertexOutputComponents = in GenerateCaps()
641 caps->maxFragmentInputComponents = caps->maxVertexOutputComponents; in GenerateCaps()
656 caps->maxVaryingVectors = caps->maxVertexOutputComponents / 4; in GenerateCaps()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DGeometryShaderTest.cpp1718 GLint maxVertexOutputComponents = 0; in TEST_P() local
1719 glGetIntegerv(GL_MAX_VERTEX_OUTPUT_COMPONENTS, &maxVertexOutputComponents); in TEST_P()
1720 ASSERT_GT(maxVertexOutputComponents, 0); in TEST_P()
1735 std::min(maxVertexOutputComponents, maxGeometryInputComponents) / 4; in TEST_P()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp380 (limitsVk.maxVertexOutputComponents / 4) - kReservedVaryingCount; in ensureCapsInitialized()
381 mNativeCaps.maxVertexOutputComponents = mNativeCaps.maxVaryingVectors * 4; in ensureCapsInitialized()
DGlslangWrapper.cpp95 outBuiltInResources->maxVertexOutputComponents = caps.maxVertexOutputComponents; in GetBuiltInResourcesFromCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDisplayMtl.mm684 mNativeCaps.maxVertexOutputComponents = mNativeCaps.maxFragmentInputComponents = 124 - 4;
689 mNativeCaps.maxVertexOutputComponents = mNativeCaps.maxFragmentInputComponents = 124;
690 mNativeCaps.maxVaryingVectors = mNativeCaps.maxVertexOutputComponents / 4;
695 mNativeCaps.maxVertexOutputComponents = mNativeCaps.maxFragmentInputComponents = 60;
696 mNativeCaps.maxVaryingVectors = mNativeCaps.maxVertexOutputComponents / 4;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp890 std::min(limitsVk.maxVertexOutputComponents, limitsVk.maxFragmentInputComponents); in ensureCapsInitialized()
893 mNativeCaps.maxVertexOutputComponents = in ensureCapsInitialized()
894 LimitToInt(limitsVk.maxVertexOutputComponents) - reservedVaryingComponentCount; in ensureCapsInitialized()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h268 GLint maxVertexOutputComponents = 0; member
DCompiler.cpp166 mResources.MaxVertexOutputVectors = caps.maxVertexOutputComponents / 4; in Compiler()
DVaryingPacking.cpp136 return caps.maxVertexOutputComponents / 4; in GetMaxShaderOutputVectors()
DCaps.cpp1041 caps.maxVertexOutputComponents = limits::kMinimumVertexOutputComponents; in GenerateMinimumCaps()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp115 mResources.MaxVertexOutputVectors = caps.maxVertexOutputComponents / 4; in Compiler()
DCaps.h674 GLuint maxVertexOutputComponents = 0; member
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp134 builtin->maxVertexOutputComponents = 64; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp145 builtin->maxVertexOutputComponents = 64; in getDefaultBuiltInResources()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h399 Resources.maxVertexOutputComponents = 64; in init_resources()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h399 Resources.maxVertexOutputComponents = 64; in init_resources()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp1688 if (limits.maxVertexOutputComponents < componentsRequired) in InterfaceBlockCaseInstance()
1689 …portedError, "maxVertexOutputComponents=" + de::toString(limits.maxVertexOutputComponents) + " is … in InterfaceBlockCaseInstance()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c795 return MIN2(screen->info.props.limits.maxVertexOutputComponents / 4 / 2, 16); in zink_get_param()
955 max = screen->info.props.limits.maxVertexOutputComponents / 4; in zink_get_shader_param()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c570 DEBUG_UINT32 ("limit", limits, maxVertexOutputComponents); in dump_limits()

123