OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_clear_state
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_gfx_cs.c
279
bool
has_clear_state
= ctx->screen->
has_clear_state
;
local
280
if (
has_clear_state
) {
295
if (!
has_clear_state
|| ctx->clip_state.any_nonzeros)
301
if (!
has_clear_state
|| ctx->sample_mask != 0xffff)
305
if (!
has_clear_state
|| ctx->blend_color.any_nonzeros)
315
if (!
has_clear_state
|| ctx->num_window_rectangles > 0)
355
if (
has_clear_state
) {
si_state.c
4927
bool
has_clear_state
= sscreen->
has_clear_state
;
local
4931
assert(
has_clear_state
|| sscreen->info.chip_class == SI ||
4942
if (
has_clear_state
) {
4952
if (!
has_clear_state
)
4961
if (!
has_clear_state
) {
4968
if (!
has_clear_state
)
4988
if (!
has_clear_state
) {
5095
} else if (!
has_clear_state
) {
si_pipe.h
465
bool
has_clear_state
;
member in struct:si_screen
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_gfx_cs.c
444
bool
has_clear_state
= ctx->screen->info.
has_clear_state
;
local
445
if (
has_clear_state
|| ctx->shadowed_regs) {
467
if (!
has_clear_state
|| ctx->clip_state_any_nonzeros)
473
if (!
has_clear_state
|| ctx->sample_mask != 0xffff)
477
if (!
has_clear_state
|| ctx->blend_color_any_nonzeros)
487
if (!
has_clear_state
|| ctx->num_window_rectangles > 0)
509
if (
has_clear_state
) {
si_state.c
5342
bool
has_clear_state
= sscreen->info.
has_clear_state
;
local
5353
if (
has_clear_state
) {
5365
if (!
has_clear_state
)
5368
if (!
has_clear_state
) {
5394
if (sctx->chip_class <= GFX7 || !
has_clear_state
) {
5596
if (!
has_clear_state
) {
/xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_gpu_info.h
65
bool
has_clear_state
;
member in struct:radeon_info
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
si_cmd_buffer.c
186
bool
has_clear_state
= physical_device->rad_info.
has_clear_state
;
local
193
if (
has_clear_state
) {
202
if (!
has_clear_state
)
211
if (!
has_clear_state
) {
219
if (!
has_clear_state
)
225
if (!
has_clear_state
)
231
if (physical_device->rad_info.chip_class <= GFX7 || !
has_clear_state
) {
244
if (!
has_clear_state
) {
251
if (!
has_clear_state
) {
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_private.h
302
bool
has_clear_state
;
member in struct:radv_physical_device
Completed in 50 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026