Searched refs:ac_build_triangle_strip_indices_to_triangle (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 599 void ac_build_triangle_strip_indices_to_triangle(struct ac_llvm_context *ctx, LLVMValueRef is_odd,
|
D | ac_llvm_build.c | 4708 void ac_build_triangle_strip_indices_to_triangle(struct ac_llvm_context *ctx, LLVMValueRef is_odd, in ac_build_triangle_strip_indices_to_triangle() function
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_vs.c | 884 ac_build_triangle_strip_indices_to_triangle(&ctx->ac, is_odd, flatshade_first, index); in si_llvm_build_vs_prolog()
|
D | si_compute_prim_discard.c | 630 ac_build_triangle_strip_indices_to_triangle( in si_build_prim_discard_compute_shader()
|
D | gfx10_shader_ngg.c | 1856 ac_build_triangle_strip_indices_to_triangle(&ctx->ac, is_odd, flatshade_first, prim.index); in gfx10_ngg_gs_emit_epilogue()
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 2436 - ac: add helper ac_build_triangle_strip_indices_to_triangle
|