/third_party/mesa3d/src/gallium/tests/unit/ |
H A D | u_prim_verts_test.c | 7 enum pipe_prim_type prim_type; member
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_draw_quad.c | 42 util_draw_vertex_buffer(struct pipe_context *pipe, struct cso_context *cso, struct pipe_resource *vbuf, uint vbuf_slot, uint offset, uint prim_type, uint num_verts, uint num_attribs) util_draw_vertex_buffer() argument 78 util_draw_user_vertex_buffer(struct cso_context *cso, void *buffer, uint prim_type, uint num_verts, uint num_attribs) util_draw_user_vertex_buffer() argument
|
H A D | u_prim.h | 293 u_base_prim_type(enum pipe_prim_type prim_type) in u_base_prim_type() argument 334 u_vertices_for_prims(enum pipe_prim_type prim_type, int count) in u_vertices_for_prims() argument
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | asn1_local.h | 34 int prim_type; member
|
/third_party/openssl/crypto/asn1/ |
H A D | asn1_local.h | 34 int prim_type; member
|
/third_party/mesa3d/src/broadcom/common/ |
H A D | v3d_util.c | 151 v3d_hw_prim_type(enum pipe_prim_type prim_type) in v3d_hw_prim_type() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_draw.h | 39 DRAW4(enum pc_di_primtype prim_type, enum pc_di_src_sel source_select, in DRAW4() argument
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_pipeline_state.h | 76 enum pipe_prim_type prim_type; member
|
H A D | d3d12_draw.cpp | 616 topology(enum pipe_prim_type prim_type, uint8_t patch_vertices) in topology() argument 712 prim_supported(enum pipe_prim_type prim_type) in prim_supported() argument
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_context.c | 142 enum pipe_prim_type prim_type = u_base_prim_type(v3d->prim_mode); in v3d_update_primitive_counters() local
|
H A D | v3dx_draw.c | 397 v3d_gs_output_primitive(enum shader_prim prim_type) in v3d_gs_output_primitive() argument
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_fetch_shade_pipeline.c | 370 prim_type(unsigned prim, unsigned flags) in prim_type() function
|
H A D | draw_pt_fetch_shade_pipeline_llvm.c | 784 prim_type(enum pipe_prim_type prim, unsigned flags) in prim_type() function
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_program.h | 102 uint8_t prim_type; /* point, line strip or tri strip */ member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_tess_io.cpp | 314 outer_tf_components(pipe_prim_type prim_type) in outer_tf_components() argument 328 r600_lower_tess_io_impl(nir_builder *b, nir_instr *instr, enum pipe_prim_type prim_type) in r600_lower_tess_io_impl() argument 437 bool r600_lower_tess_io(nir_shader *shader, enum pipe_prim_type prim_type) in r600_lower_tess_io() argument 468 bool r600_append_tcs_TF_emission(nir_shader *shader, enum pipe_prim_type prim_type) { in r600_append_tcs_TF_emission() argument 594 pipe_prim_type prim_type in r600_lower_tess_coord_impl() local 609 r600_lower_tess_coord(nir_shader *sh, enum pipe_prim_type prim_type) r600_lower_tess_coord() argument [all...] |
H A D | sfn_nir.cpp | 736 auto prim_type = sh->info.stage == MESA_SHADER_TESS_EVAL ? in r600_shader_from_nir() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_util.h | 233 DRAW(enum pc_di_primtype prim_type, enum pc_di_src_sel source_select, in DRAW() argument 243 DRAW_A20X(enum pc_di_primtype prim_type, in DRAW_A20X() argument
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_cmd_buffer.c | 1798 v3d_gs_output_primitive(enum shader_prim prim_type) in v3d_gs_output_primitive() argument
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | cffdec.c | 1875 uint32_t prim_type = dwords[1] & 0x1f; in draw_indx_common() local 1993 uint32_t prim_type = dwords[0] & 0x1f; in cp_draw_indx_offset() local 2006 uint32_t prim_type = dwords[0] & 0x1f; in cp_draw_indx_indirect() local 2030 uint32_t prim_type = dwords[0] & 0x1f; in cp_draw_indirect() local 2045 uint32_t prim_type in cp_draw_indirect_multi() local [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast.h | 566 unsigned prim_type:1; member 736 GLenum prim_type; member 1317 ast_gs_input_layout(const struct YYLTYPE &locp, GLenum prim_type) in ast_gs_input_layout() argument 1327 const GLenum prim_type; member in ast_gs_input_layout
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 367 VGPU10_PRIMITIVE prim_type;/**< VGPU10 primitive type */ member
|