Searched refs:ac_build_triangle_strip_indices_to_triangle (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 615 void ac_build_triangle_strip_indices_to_triangle(struct ac_llvm_context *ctx, LLVMValueRef is_odd,
|
D | ac_llvm_build.c | 4756 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
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | gfx10_shader_ngg.c | 1936 ac_build_triangle_strip_indices_to_triangle(&ctx->ac, is_odd, flatshade_first, prim.index); in gfx10_ngg_gs_emit_epilogue()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 1927 ac_build_triangle_strip_indices_to_triangle(&ctx->ac, is_odd, flatshade_first, prim.index); in gfx10_ngg_gs_emit_epilogue_2()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 2436 - ac: add helper ac_build_triangle_strip_indices_to_triangle
|