HomeSort by: relevance | last modified time | path
    Searched defs:pf (Results 1 - 25 of 40) sorted by relevancy

1 2

  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
win32_glx.c 139 int pf; local
224 pf = ChoosePixelFormat(XHDC, &pfd);
225 if (pf > 0) {
227 DescribePixelFormat(XHDC, pf, sizeof(PIXELFORMATDESCRIPTOR), match);
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
st_format.c 73 enum pipe_format pf; local
77 pf = st_mesa_format_to_pipe_format(st, i);
78 if (pf != PIPE_FORMAT_NONE) {
79 mesa_format mf = st_pipe_format_to_mesa_format(pf);
82 _mesa_get_format_name(i), util_format_short_name(pf),
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_pointer.h 109 } pf; local
110 pf.p = p;
111 return pf.f;
120 } pf; local
121 pf.f = f;
122 return pf.p;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
volumetexture9.c 41 enum pipe_format pf; local
61 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_3D, 0,
65 if (pf == PIPE_FORMAT_NONE)
73 const unsigned w = util_format_get_blockwidth(pf);
74 const unsigned h = util_format_get_blockheight(pf);
81 info->format = pf;
cubetexture9.c 45 enum pipe_format pf; local
70 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_CUBE, 0,
74 if (pf == PIPE_FORMAT_NONE)
78 const unsigned w = util_format_get_blockwidth(pf);
79 const unsigned h = util_format_get_blockheight(pf);
86 info->format = pf;
121 face_size = nine_format_get_size_and_offsets(pf, level_offsets,
texture9.c 52 enum pipe_format pf; local
111 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_2D, 0,
115 if (Format != D3DFMT_NULL && pf == PIPE_FORMAT_NONE)
119 const unsigned w = util_format_get_blockwidth(pf);
120 const unsigned h = util_format_get_blockheight(pf);
127 info->format = pf;
163 (void) nine_format_get_size_and_offsets(pf, level_offsets,
169 nine_format_get_size_and_offsets(pf, level_offsets,
adapter9.c 288 enum pipe_format pf; local
307 pf = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, 0,
310 if (pf == PIPE_FORMAT_NONE) {
392 pf = d3d9_to_pipe_format_checked(screen, CheckFormat, target,
394 if (pf == PIPE_FORMAT_NONE) {
421 enum pipe_format pf; local
444 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D,
447 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) {
452 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D,
455 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL)
    [all...]
swapchain9.c 185 enum pipe_format pf; local
279 pf = d3d9_to_pipe_format_checked(This->screen, pParams->BackBufferFormat,
284 (pf != PIPE_FORMAT_B8G8R8X8_UNORM &&
285 pf != PIPE_FORMAT_B8G8R8A8_UNORM) ||
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_pointer.h 109 } pf; local
110 pf.p = p;
111 return pf.f;
120 } pf; local
121 pf.f = f;
122 return pf.p;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
volumetexture9.c 41 enum pipe_format pf; local
61 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_3D, 0,
65 if (pf == PIPE_FORMAT_NONE)
73 const unsigned w = util_format_get_blockwidth(pf);
74 const unsigned h = util_format_get_blockheight(pf);
81 info->format = pf;
cubetexture9.c 44 enum pipe_format pf; local
67 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_CUBE, 0,
71 if (pf == PIPE_FORMAT_NONE)
75 const unsigned w = util_format_get_blockwidth(pf);
76 const unsigned h = util_format_get_blockheight(pf);
83 info->format = pf;
112 face_size = nine_format_get_size_and_offsets(pf, level_offsets,
texture9.c 51 enum pipe_format pf; local
108 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_2D, 0,
112 if (Format != D3DFMT_NULL && pf == PIPE_FORMAT_NONE)
116 const unsigned w = util_format_get_blockwidth(pf);
117 const unsigned h = util_format_get_blockheight(pf);
124 info->format = pf;
155 (void) nine_format_get_size_and_offsets(pf, level_offsets,
166 nine_format_get_size_and_offsets(pf, level_offsets,
adapter9.c 260 enum pipe_format pf; local
277 pf = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, 0,
280 if (pf == PIPE_FORMAT_NONE) {
357 pf = d3d9_to_pipe_format_checked(screen, CheckFormat, target,
359 if (pf == PIPE_FORMAT_NONE) {
386 enum pipe_format pf; local
409 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D,
412 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) {
417 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D,
420 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL)
    [all...]
swapchain9.c 185 enum pipe_format pf; local
279 pf = d3d9_to_pipe_format_checked(This->screen, pParams->BackBufferFormat,
284 (pf != PIPE_FORMAT_B8G8R8X8_UNORM &&
285 pf != PIPE_FORMAT_B8G8R8A8_UNORM) ||
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_format.c 1118 enum pipe_format pf; local
1133 pf = st_choose_matching_format(st, bindings, format, type,
1136 if (pf != PIPE_FORMAT_NONE &&
1137 (!bindings || screen->is_format_supported(screen, pf, target, sample_count,
1139 _mesa_get_format_base_format(st_pipe_format_to_mesa_format(pf)) ==
1173 pf = find_supported_format(screen, mapping->pipeFormats,
1192 util_format_name(pf));
1194 return pf;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_format.c 1122 enum pipe_format pf; local
1127 pf = st_mesa_format_to_pipe_format(st, i);
1128 if (pf != PIPE_FORMAT_NONE) {
1129 mesa_format MAYBE_UNUSED mf = st_pipe_format_to_mesa_format(pf);
1141 enum pipe_format MAYBE_UNUSED pf = local
1143 assert(pf == i);
2197 enum pipe_format pf; local
2218 pf = find_exact_format(internalFormat, format, type);
2219 if (pf != PIPE_FORMAT_NONE &&
2220 screen->is_format_supported(screen, pf, target, sample_count
    [all...]
  /xsrc/external/mit/libXft/dist/src/
xftdpy.c 68 XRenderPictFormat pf; local
116 pf.type = PictTypeDirect;
117 pf.depth = 32;
118 pf.direct.redMask = 0xff;
119 pf.direct.greenMask = 0xff;
120 pf.direct.blueMask = 0xff;
121 pf.direct.alphaMask = 0xff;
129 &pf,
xftdraw.c 216 XRenderPictFormat pf; local
218 pf.type = PictTypeDirect;
219 pf.depth = (int)XftDrawDepth (draw);
220 pf.direct.alpha = 0;
221 pf.direct.alphaMask = (short)((1 << pf.depth) - 1);
227 &pf,
  /xsrc/external/mit/libXv/dist/src/
Xv.c 160 XvFormat *pfs, *pf; local
167 xvFormat *pf; member in union:__anon6072
258 pf = pfs;
265 pf->depth = (char) u.pf->depth;
266 pf->visual_id = u.pf->visual;
267 pf++;
  /xsrc/external/mit/xorg-server/dist/Xext/
xvmain.c 942 XvFormatPtr pf; local
951 pf = pa->pFormats;
954 if (pf->depth == pDraw->depth)
956 pf++;
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kxv.c 200 XvFormatPtr pFormat, pf; local
305 for (pf = pFormat, i = 0, numFormat = 0, formatPtr =
323 pf = pFormat + numFormat;
326 pf->visual = pVisual->vid;
327 pf->depth = formatPtr->depth;
329 pf++;
  /xsrc/external/mit/xorg-server.old/dist/Xext/
xvmain.c 1103 XvFormatPtr pf; local
1111 pf = pa->pFormats;
1115 if ((pf->depth == pDraw->depth)
1118 (wVisual(((WindowPtr)pDraw)) == pf->visual))
1122 pf++;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_vbo_translate.c 153 uint8_t *pf = (uint8_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; local
154 return !!*pf;
160 uint32_t *pf = (uint32_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; local
161 return !!*pf;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_vbo_translate.c 152 uint8_t *pf = (uint8_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; local
153 return !!*pf;
159 uint32_t *pf = (uint32_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; local
160 return !!*pf;
  /xsrc/external/mit/xf86-video-pnozz/dist/src/
pnozz_driver.c 1081 unsigned char pf, mc3, es; local
1093 pf = 3;
1101 pf = 4;
1113 pf = 6;
1162 xf86Msg(X_ERROR, "new scr: %x DAC %x %x\n", scr, pf, mc3);
1196 pnozz_write_dac_ctl_reg(pPnozz, DAC_PIXEL_FMT, pf);

Completed in 43 milliseconds

1 2