Searched refs:pipe_type (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DQuery.cpp117 pQuery->pipe_type = TranslateQueryType(pCreateQuery->Query);
118 if (pQuery->pipe_type < PIPE_QUERY_TYPES) {
119 pQuery->handle = pipe->create_query(pipe, pQuery->pipe_type, 0);
174 assert(pQuery->pipe_type < PIPE_QUERY_TYPES);
H A DState.h389 unsigned pipe_type; member in struct:Query
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dvdpau_private.h82 PipeToChroma(enum pipe_video_chroma_format pipe_type) argument
84 switch (pipe_type) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dvdpau_private.h82 PipeToChroma(enum pipe_video_chroma_format pipe_type) argument
84 switch (pipe_type) {
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_private.h3653 #define ANV_DECL_PIPELINE_DOWNCAST(pipe_type, pipe_enum) \
3654 static inline struct anv_##pipe_type##_pipeline * \
3655 anv_pipeline_to_##pipe_type(struct anv_pipeline *pipeline) \
3658 return (struct anv_##pipe_type##_pipeline *) pipeline; \

Completed in 43 milliseconds