Searched refs:end_primitive (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.h | 207 void (*end_primitive)(struct lp_build_nir_context *bld_base, uint32_t stream_id); member
|
H A D | lp_bld_tgsi.h | 441 void (*end_primitive)(const struct lp_build_gs_iface *gs_iface, member
|
H A D | lp_bld_tgsi_soa.c | 4011 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 D | lp_bld_nir_soa.c | 2026 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 D | lp_bld_nir.c | 2073 bld_base->end_primitive(bld_base, nir_intrinsic_stream_id(instr)); in visit_intrinsic()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_gs_variant.cpp | 311 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 D | es31fNegativeShaderFunctionTests.cpp | 3071 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 D | draw_llvm.c | 2824 gs_iface.base.end_primitive = draw_gs_llvm_end_primitive; in draw_gs_llvm_generate()
|
Completed in 32 milliseconds