Home
last modified time | relevance | path

Searched defs:max_vertices (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_mesh_pipeline.c68 unsigned *max_vertices) in mesh_middle_end_prepare()
H A Ddraw_vs_exec.c119 unsigned int max_vertices = MIN2(MAX_TGSI_VERTICES, count - i); in vs_exec_run_linear() local
H A Ddraw_pt_emit.c55 unsigned *max_vertices) in draw_pt_emit_prepare()
H A Ddraw_pt_fetch_shade_emit.c72 unsigned *max_vertices) in fse_prepare()
H A Ddraw_pipe_vbuf.c68 unsigned max_vertices; member
H A Ddraw_pt_fetch_shade_pipeline.c73 unsigned *max_vertices) in fetch_pipeline_prepare()
H A Ddraw_pt_vsplit.c47 unsigned max_vertices; member
H A Ddraw_pt_fetch_shade_pipeline_llvm.c280 unsigned *max_vertices) in llvm_middle_end_prepare()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayStencilAttachments.cpp637 …tring TextureCubeMapArrayStencilAttachments::getGeometryShaderCode(const std::string &max_vertices, in getGeometryShaderCode()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderPrimitiveCounter.cpp680 std::string GeometryShaderPrimitiveCounter::GetGeometryShaderCode(const std::string &max_vertices, in GetGeometryShaderCode()
H A DesextcGeometryShaderAPI.hpp266 int max_vertices; member
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dast.h569 unsigned max_vertices:1; member
726 ast_layout_expression *max_vertices; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp596 …const int max_vertices = m_pattern.size() == 2 ? std::max(m_pattern[0], m_pattern[1]) : m_pattern[… in initPrograms() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dtransformfeedback.c413 unsigned max_vertices in begin_transform_feedback() local
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c4827 unsigned max_vertices, in ms_calculate_arrayed_output_layout()
4844 uint64_t cross_invocation_output_access, unsigned max_vertices, in ms_calculate_output_layout()
4965 unsigned max_vertices = shader->info.mesh.max_vertices_out; in ac_nir_lower_ngg_ms() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_varyings.c2506 unsigned max_vertices) in check_tes_input_load_get_single_use_alu()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h1221 uint32_t max_vertices; member
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_pipeline_shader.cpp4108 …int max_vertices = overflow ? (m_device->props.limits.maxGeometryTotalOutputComponents / maxGeomOu… in TEST_F() local