OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ubo_state
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
fd6_const.c
263
struct ir3_ubo_analysis_state *
ubo_state
= &const_state->
ubo_state
;
local
265
if (unlikely(!
ubo_state
->cmdstream_size)) {
269
ir3_user_consts_size(
ubo_state
, &packets, &size);
276
ubo_state
->cmdstream_size = sizedwords * 4;
279
return
ubo_state
->cmdstream_size;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_shader.h
196
struct ir3_ubo_analysis_state
ubo_state
;
member in struct:ir3_const_state
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_shader.h
517
struct ir3_ubo_analysis_state
ubo_state
;
member in struct:ir3_shader
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_pipeline.c
594
const struct ir3_ubo_analysis_state *
ubo_state
= &const_state->
ubo_state
;
local
596
for (int i = 0; i <
ubo_state
->num_enabled; i++) {
597
if (
ubo_state
->range[i].ubo.block != const_state->constant_data_ubo ||
598
ubo_state
->range[i].ubo.bindless) {
602
uint32_t start =
ubo_state
->range[i].start;
603
uint32_t end =
ubo_state
->range[i].end;
605
(16 * xs->constlen) -
ubo_state
->range[i].offset);
609
CP_LOAD_STATE6_0_DST_OFF(
ubo_state
->range[i].offset / 16) |
Completed in 8 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026