Searched refs:bind_vertex_elements_state (Results 1 - 25 of 117) sorted by relevance
12345
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_state_vertex.c | 104 pipe->bind_vertex_elements_state = softpipe_bind_vertex_elements_state;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_vertex.c | 100 llvmpipe->pipe.bind_vertex_elements_state = llvmpipe_bind_vertex_elements_state;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_vertex.c | 105 llvmpipe->pipe.bind_vertex_elements_state = llvmpipe_bind_vertex_elements_state;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_state_vertex.c | 109 pipe->bind_vertex_elements_state = softpipe_bind_vertex_elements_state;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context_calls.h | 63 CALL(bind_vertex_elements_state)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/ |
| H A D | fs-fragcoord.c | 67 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | fs-frontface.c | 89 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | fs-write-z.c | 93 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | occlusion-query.c | 92 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | quad-tex.c | 54 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | tex-srgb.c | 70 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | tex-swizzle.c | 52 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | tri-large.c | 56 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | tri.c | 53 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | shader-leak.c | 86 ctx->bind_vertex_elements_state(ctx, handle);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/ |
| H A D | fs-fragcoord.c | 67 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | fs-frontface.c | 89 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | fs-write-z.c | 93 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | occlusion-query.c | 93 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | quad-tex.c | 54 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | tex-srgb.c | 70 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | tex-swizzle.c | 52 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | tri-large.c | 56 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| H A D | tri.c | 53 info.ctx->bind_vertex_elements_state(info.ctx, handle);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context_calls.h | 75 CALL(bind_vertex_elements_state)
|
Completed in 9 milliseconds
12345