Searched defs:constbuf (Results 1 - 25 of 45) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_fragprog.c86 struct pipe_resource *constbuf = nv30->fragprog.constbuf; local in function:nv30_fragprog_validate
H A Dnv30_vertprog.c183 float *constbuf = (float *)res->data; local in function:nv30_vertprog_validate
H A Dnv30_context.h78 struct pipe_resource *constbuf; member in struct:nv30_context::__anon93f3a0ba0308
91 struct pipe_resource *constbuf; member in struct:nv30_context::__anon93f3a0ba0408
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_fragprog.c86 struct pipe_resource *constbuf = nv30->fragprog.constbuf; local in function:nv30_fragprog_validate
H A Dnv30_vertprog.c183 float *constbuf = (float *)res->data; local in function:nv30_vertprog_validate
H A Dnv30_context.h78 struct pipe_resource *constbuf; member in struct:nv30_context::__anon583e252d0308
91 struct pipe_resource *constbuf; member in struct:nv30_context::__anon583e252d0408
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_constbuf.c153 gl_constant_value *constbuf = params->ParameterValues; local in function:st_upload_constants
188 gl_constant_value *constbuf = params->ParameterValues; local in function:st_upload_constants
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dvs-test.c46 static struct pipe_resource *constbuf = NULL; variable in typeref:struct:pipe_resource *
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_hw_context.c409 struct r600_constbuf_state *constbuf = &ctx->constbuf_state[shader]; local in function:r600_begin_new_cs
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.c51 emit_constants(struct fd_ringbuffer * ring,uint32_t base,struct fd_constbuf_stateobj * constbuf,struct fd2_shader_stateobj * shader) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.c51 emit_constants(struct fd_ringbuffer * ring,uint32_t base,struct fd_constbuf_stateobj * constbuf,struct fd2_shader_stateobj * shader) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_const.c208 fd6_emit_ubos(struct fd_context * ctx,const struct ir3_shader_variant * v,struct fd_ringbuffer * ring,struct fd_constbuf_stateobj * constbuf) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_const.h415 struct fd_constbuf_stateobj *constbuf; local in function:emit_common_consts
154 ir3_emit_user_consts(struct fd_screen * screen,const struct ir3_shader_variant * v,struct fd_ringbuffer * ring,struct fd_constbuf_stateobj * constbuf) argument
204 ir3_emit_ubos(struct fd_context * ctx,const struct ir3_shader_variant * v,struct fd_ringbuffer * ring,struct fd_constbuf_stateobj * constbuf) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dvs-test.c46 static struct pipe_resource *constbuf = NULL; variable in typeref:struct:pipe_resource *
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_hw_context.c409 struct r600_constbuf_state *constbuf = &ctx->constbuf_state[shader]; local in function:r600_begin_new_cs
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c503 struct fd_constbuf_stateobj *constbuf; local in function:emit_common_consts
225 emit_user_consts(struct fd_context * ctx,const struct ir3_shader_variant * v,struct fd_ringbuffer * ring,struct fd_constbuf_stateobj * constbuf) argument
280 emit_ubos(struct fd_context * ctx,const struct ir3_shader_variant * v,struct fd_ringbuffer * ring,struct fd_constbuf_stateobj * constbuf) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DShaderParse.h60 struct dx10_imm_const_buf constbuf; member in union:dx10_customdata::__anona079e0f1010a
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_private.h80 struct pipe_constant_buffer constbuf; member in struct:hud_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_tests.c419 util_test_constant_buffer(struct pipe_context * ctx,struct pipe_resource * constbuf) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_tests.c424 util_test_constant_buffer(struct pipe_context * ctx,struct pipe_resource * constbuf) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_private.h82 struct pipe_constant_buffer constbuf; member in struct:hud_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h138 struct nv50_constbuf constbuf[3][NV50_MAX_PIPE_CONSTBUFS]; member in struct:nv50_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h165 struct nv50_constbuf constbuf[NV50_MAX_SHADER_STAGES][NV50_MAX_PIPE_CONSTBUFS]; member in struct:nv50_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_context.h489 struct v3d_constbuf_stateobj constbuf[PIPE_SHADER_TYPES]; member in struct:v3d_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_context.h384 struct vc4_constbuf_stateobj constbuf[PIPE_SHADER_TYPES]; member in struct:vc4_context

Completed in 28 milliseconds

12