Home
last modified time | relevance | path

Searched refs:pipe_wrap (Results 1 - 7 of 7) sorted by relevance

/third_party/node/src/
H A Dpipe_wrap.cc22 #include "pipe_wrap.h"
257 NODE_BINDING_CONTEXT_AWARE_INTERNAL(pipe_wrap, node::PipeWrap::Initialize)
258 NODE_BINDING_EXTERNAL_REFERENCE(pipe_wrap,
H A Dnode_external_reference.h89 V(pipe_wrap) \
H A Dnode_binding.cc67 V(pipe_wrap) \
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_texture.c122 pipe_wrap_to_lima(unsigned pipe_wrap, bool using_nearest) in pipe_wrap_to_lima() argument
124 switch (pipe_wrap) { in pipe_wrap_to_lima()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_state.c519 translate_wrap(uint32_t pipe_wrap) in V3DX()
521 switch (pipe_wrap) { in V3DX()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c299 translate_wrap(unsigned pipe_wrap, bool either_nearest) in translate_wrap() argument
318 if (pipe_wrap == PIPE_TEX_WRAP_CLAMP && either_nearest) in translate_wrap()
321 return map[pipe_wrap]; in translate_wrap()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c292 translate_wrap(unsigned pipe_wrap) in translate_wrap() argument
306 return map[pipe_wrap]; in translate_wrap()

Completed in 29 milliseconds