OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bound_image_views
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_context.h
421
uint32_t
bound_image_views
;
member in struct:crocus_shader_state
crocus_resolve.c
136
uint32_t views = shs->
bound_image_views
;
crocus_state.c
3059
shs->
bound_image_views
&= ~u_bit_consecutive(start_slot, count);
3070
shs->
bound_image_views
|= 1 << (start_slot + i);
8418
uint32_t
bound_image_views
= shs->
bound_image_views
;
local
8419
while (
bound_image_views
) {
8420
const int i = u_bit_scan(&
bound_image_views
);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_context.h
543
uint32_t
bound_image_views
;
member in struct:iris_shader_state
iris_resolve.c
124
uint32_t views = info ? (shs->
bound_image_views
& info->images_used) : 0;
iris_state.c
2720
shs->
bound_image_views
&=
2732
shs->
bound_image_views
|= 1 << (start_slot + i);
7361
uint32_t
bound_image_views
= shs->
bound_image_views
;
local
7362
while (
bound_image_views
) {
7363
const int i = u_bit_scan(&
bound_image_views
);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_context.h
312
uint32_t
bound_image_views
;
member in struct:iris_shader_state
iris_state.c
2066
shs->
bound_image_views
&= ~u_bit_consecutive(start_slot, count);
2086
shs->
bound_image_views
|= 1 << (start_slot + i);
5760
uint32_t
bound_image_views
= shs->
bound_image_views
;
local
5761
while (
bound_image_views
) {
5762
const int i = u_bit_scan(&
bound_image_views
);
iris_resolve.c
125
uint32_t views = shs->
bound_image_views
;
Completed in 45 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026