Home
last modified time | relevance | path

Searched refs:end_primitive (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.h207 void (*end_primitive)(struct lp_build_nir_context *bld_base, uint32_t stream_id); member
H A Dlp_bld_tgsi.h441 void (*end_primitive)(const struct lp_build_gs_iface *gs_iface, member
H A Dlp_bld_tgsi_soa.c4011 if (bld->gs_iface->end_primitive) { in end_primitive_masked()
4028 bld->gs_iface->end_primitive(bld->gs_iface, &bld->bld_base.base, in end_primitive_masked()
4061 end_primitive( in end_primitive() function
4068 if (bld->gs_iface->end_primitive) { in end_primitive()
4393 vertices in the cache. Note must not call end_primitive here in emit_epilogue()
4587 bld.bld_base.op_actions[TGSI_OPCODE_ENDPRIM].emit = end_primitive; in lp_build_tgsi_soa()
H A Dlp_bld_nir_soa.c2026 bld->gs_iface->end_primitive(bld->gs_iface, &bld->bld_base.base, in end_primitive_masked()
2035 static void end_primitive(struct lp_build_nir_context *bld_base, uint32_t stream_id) in end_primitive() function
2039 assert(bld->gs_iface->end_primitive); in end_primitive()
2737 bld.bld_base.end_primitive = end_primitive; in lp_build_nir_soa()
H A Dlp_bld_nir.c2073 bld_base->end_primitive(bld_base, nir_intrinsic_stream_id(instr)); in visit_intrinsic()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_gs_variant.cpp311 d3d12_finish_emit_primitives_gs(struct emit_primitives_context *emit_ctx, bool end_primitive) in d3d12_finish_emit_primitives_gs() argument
324 if (end_primitive) in d3d12_finish_emit_primitives_gs()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderFunctionTests.cpp3071 void end_primitive (NegativeTestContext& ctx) in end_primitive() function
4451 {end_primitive, "end_primitive", "Invalid usage of EndPrimitive." },
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c2824 gs_iface.base.end_primitive = draw_gs_llvm_end_primitive; in draw_gs_llvm_generate()

Completed in 32 milliseconds