OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bdst
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
nine_state.c
483
uint32_t *
bdst
= (uint32_t *)&idst[4 * NINE_MAX_CONST_I];
local
484
memcpy(
bdst
, context->vs_const_b, NINE_MAX_CONST_B * sizeof(BOOL));
570
uint32_t *
bdst
= (uint32_t *)&idst[4 * NINE_MAX_CONST_I];
local
571
memcpy(
bdst
, context->ps_const_b, sizeof(context->ps_const_b));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
nine_state.c
456
uint32_t *
bdst
= (uint32_t *)&idst[4 * NINE_MAX_CONST_I];
local
457
memcpy(
bdst
, context->vs_const_b, NINE_MAX_CONST_B * sizeof(BOOL));
543
uint32_t *
bdst
= (uint32_t *)&idst[4 * NINE_MAX_CONST_I];
local
544
memcpy(
bdst
, context->ps_const_b, sizeof(context->ps_const_b));
Completed in 11 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026