Searched defs:PIPE_BUFFER (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py51 PIPE_BUFFER = 0 variable
199 if resource.target == PIPE_BUFFER:
615 if dst.target == PIPE_BUFFER or src.target == PIPE_BUFFER:
616 assert dst.target == PIPE_BUFFER and src.target == PIPE_BUFFER
641 if resource is not None and resource.target == PIPE_BUFFER:
/external/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h161 PIPE_BUFFER, enumerator in enum:pipe_texture_target

Completed in 395 milliseconds