Home
last modified time | relevance | path

Searched refs:r300_vertex_program_dump (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h122 void r300_vertex_program_dump(struct radeon_compiler *compiler, void *user);
H A Dr3xx_vertprog_dump.c152 void r300_vertex_program_dump(struct radeon_compiler *compiler, void *user) in r300_vertex_program_dump() function
H A Dr3xx_vertprog.c811 {"dump machine code", 0, c->Base.Debug & RC_DBG_LOG, r300_vertex_program_dump, NULL}, in r3xx_compile_vertex_program()