Searched defs:topology (Results 1 - 25 of 53) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_enums.c134 enum dxil_primitive_topology dxil_get_primitive_topology(unsigned topology) argument
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmware_common.c97 VMWAREParseTopologyString(ScrnInfoPtr pScrn,const char * topology,unsigned int * retNumOutputs,const char info[]) argument
H A Dvmware.c1348 CONST_ABI_18_0 char *topology = xf86GetOptValString(options, OPTION_GUI_LAYOUT); local in function:VMWAREScreenInit
1360 CONST_ABI_18_0 char *topology local in function:VMWAREScreenInit
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h63 static inline unsigned vk_conv_topology(VkPrimitiveTopology topology) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_draw.cpp180 enum pipe_prim_type topology; local in function:swr_draw_vbo
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.h112 VkPrimitiveTopology topology; member in class:PipelineBuilder
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_draw.cpp220 enum pipe_prim_type topology; local in function:swr_draw_vbo
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_util.h103 tu6_primtype(VkPrimitiveTopology topology) argument
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Dgfx7_cmd_buffer.c210 uint32_t topology; local in function:genX
H A Dgfx8_cmd_buffer.c424 uint32_t topology; local in function:genX
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_draw.cpp316 topology(enum pipe_prim_type prim_type) function in typeref:typename:D3D_PRIMITIVE_TOPOLOGY
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_driver.c331 vmwgfx_set_topology(ScrnInfoPtr pScrn, const char *topology, const char *info) argument
415 CONST_ABI_18_0 char *topology local in function:vmwgfx_pre_init_mode
425 CONST_ABI_18_0 char *topology = local in function:vmwgfx_pre_init_mode
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/dev/
H A Dgen_device_info.c1065 } topology; local in function:gen_device_info_update_from_masks
1131 gen_device_info_update_from_topology(struct gen_device_info * devinfo,const struct drm_i915_query_topology_info * topology) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tess.c29 uint32_t topology; member in struct:state
278 ir3_nir_lower_to_explicit_output(nir_shader * shader,struct ir3_shader_variant * v,unsigned topology) argument
649 ir3_nir_lower_tess_ctrl(nir_shader * shader,struct ir3_shader_variant * v,unsigned topology) argument
809 ir3_nir_lower_tess_eval(nir_shader * shader,struct ir3_shader_variant * v,unsigned topology) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/dev/
H A Dintel_device_info.c1036 update_from_topology(struct intel_device_info * devinfo,const struct drm_i915_query_topology_info * topology) argument
1125 struct drm_i915_query_topology_info *topology; local in function:update_from_masks
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c715 si_get_ia_multi_vgt_param(struct radv_cmd_buffer * cmd_buffer,bool instanced_draw,bool indirect_draw,bool count_from_stream_output,uint32_t draw_vertex_count,unsigned topology,bool prim_restart_enable) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1142 uint8_t topology = vk_to_pipe_prim_type[ia_info->topology]; local in function:pipeline_populate_v3d_fs_key
1309 uint8_t topology = vk_to_pipe_prim_type[ia_info->topology]; local in function:pipeline_populate_v3d_vs_key
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c168 tu6_primtype(VkPrimitiveTopology topology) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1201 SVGA3D_vgpu10_SetTopology(struct svga_winsys_context * swc,SVGA3dPrimitiveType topology) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dapi.cpp1074 uint32_t MaxVertsPerDraw(DRAW_CONTEXT* pDC, uint32_t totalVerts, PRIMITIVE_TOPOLOGY topology) argument
1161 DrawInstanced(HANDLE hContext,PRIMITIVE_TOPOLOGY topology,uint32_t numVertices,uint32_t startVertex,uint32_t numInstances=1,uint32_t startInstance=0) argument
1256 SwrDraw(HANDLE hContext,PRIMITIVE_TOPOLOGY topology,uint32_t startVertex,uint32_t numVertices) argument
1273 SwrDrawInstanced(HANDLE hContext,PRIMITIVE_TOPOLOGY topology,uint32_t numVertsPerInstance,uint32_t numInstances,uint32_t startVertex,uint32_t startInstance) argument
1294 DrawIndexedInstance(HANDLE hContext,PRIMITIVE_TOPOLOGY topology,uint32_t numIndices,uint32_t indexOffset,int32_t baseVertex,uint32_t numInstances=1,uint32_t startInstance=0) argument
1417 SwrDrawIndexed(HANDLE hContext,PRIMITIVE_TOPOLOGY topology,uint32_t numIndices,uint32_t indexOffset,int32_t baseVertex) argument
1436 SwrDrawIndexedInstanced(HANDLE hContext,PRIMITIVE_TOPOLOGY topology,uint32_t numIndices,uint32_t numInstances,uint32_t indexOffset,int32_t baseVertex,uint32_t startInstance) argument
[all...]
H A Dclip.h181 BinnerChooser(PRIMITIVE_TOPOLOGY topology, uint32_t conservativeRast) argument
243 BinnerChooser(PRIMITIVE_TOPOLOGY topology, uint32_t conservativeRast) argument
H A Dcontext.h301 PRIMITIVE_TOPOLOGY topology; local in function:OSALIGNLINE
H A Dfrontend.cpp403 INLINE uint32_t NumVertsPerPrim(PRIMITIVE_TOPOLOGY topology, bool includeAdjVerts) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1201 SVGA3D_vgpu10_SetTopology(struct svga_winsys_context * swc,SVGA3dPrimitiveType topology) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c348 unsigned type, partitioning, topology, distribution_mode; local in function:si_set_tesseval_regs

Completed in 95 milliseconds

123