OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIPE_TRANSFER_FLUSH_EXPLICIT
(Results
1 - 16
of
16
) sorted by null
/external/mesa3d/src/gallium/drivers/virgl/
virgl_resource.c
49
else if ((usage & (PIPE_TRANSFER_WRITE |
PIPE_TRANSFER_FLUSH_EXPLICIT
)) ==
50
(PIPE_TRANSFER_WRITE |
PIPE_TRANSFER_FLUSH_EXPLICIT
))
virgl_buffer.c
107
if (!(transfer->usage &
PIPE_TRANSFER_FLUSH_EXPLICIT
)) {
virgl_texture.c
225
if (!(transfer->usage &
PIPE_TRANSFER_FLUSH_EXPLICIT
)) {
/external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.c
297
assert(transfer->usage &
PIPE_TRANSFER_FLUSH_EXPLICIT
);
330
if (!(transfer->usage &
PIPE_TRANSFER_FLUSH_EXPLICIT
)) {
svga_swtnl_backend.c
140
PIPE_TRANSFER_FLUSH_EXPLICIT
|
/external/mesa3d/src/gallium/auxiliary/util/
u_upload_mgr.c
86
PIPE_TRANSFER_FLUSH_EXPLICIT
;
u_transfer_helper.c
458
if (!(ptrans->usage &
PIPE_TRANSFER_FLUSH_EXPLICIT
)) {
u_threaded_context.c
[
all
...]
/external/virglrenderer/src/gallium/include/pipe/
p_defines.h
283
PIPE_TRANSFER_FLUSH_EXPLICIT
= (1 << 11),
/external/mesa3d/src/gallium/drivers/r600/
r600_buffer_common.c
518
PIPE_TRANSFER_FLUSH_EXPLICIT
;
535
!(transfer->usage &
PIPE_TRANSFER_FLUSH_EXPLICIT
))
/external/mesa3d/src/gallium/drivers/radeon/
r600_buffer_common.c
526
PIPE_TRANSFER_FLUSH_EXPLICIT
;
543
!(transfer->usage &
PIPE_TRANSFER_FLUSH_EXPLICIT
))
/external/virglrenderer/src/gallium/auxiliary/util/
u_debug.c
493
FLAG(
PIPE_TRANSFER_FLUSH_EXPLICIT
),
/external/mesa3d/src/gallium/include/pipe/
p_defines.h
309
PIPE_TRANSFER_FLUSH_EXPLICIT
= (1 << 11),
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_cb_bufferobjects.c
432
flags |=
PIPE_TRANSFER_FLUSH_EXPLICIT
;
/external/mesa3d/src/gallium/drivers/swr/
swr_context.cpp
226
!(transfer->usage &
PIPE_TRANSFER_FLUSH_EXPLICIT
) &&
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.c
540
if (!(tx->base.usage &
PIPE_TRANSFER_FLUSH_EXPLICIT
)) {
[
all
...]
Completed in 360 milliseconds