/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | egbaddrlib.cpp | 2035 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,4)); in HwlComputePixelCoordFromOffset() 2039 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,3)); in HwlComputePixelCoordFromOffset() 2042 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,1),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 2043 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,2)); in HwlComputePixelCoordFromOffset() 2046 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 2047 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset() 2050 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,2),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset() 2051 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 2059 x = Bits2Number(3, _BIT(pixelIndex,4),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 2060 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset() [all …]
|
D | siaddrlib.cpp | 684 UINT_32 x3 = _BIT(tx,0); in ComputePipeFromCoord() 685 UINT_32 x4 = _BIT(tx,1); in ComputePipeFromCoord() 686 UINT_32 x5 = _BIT(tx,2); in ComputePipeFromCoord() 687 UINT_32 x6 = _BIT(tx,3); in ComputePipeFromCoord() 688 UINT_32 y3 = _BIT(ty,0); in ComputePipeFromCoord() 689 UINT_32 y4 = _BIT(ty,1); in ComputePipeFromCoord() 690 UINT_32 y5 = _BIT(ty,2); in ComputePipeFromCoord() 691 UINT_32 y6 = _BIT(ty,3); in ComputePipeFromCoord() 836 UINT_32 pipebit0 = _BIT(pipe,0); in ComputeTileCoordFromPipeAndElemIdx() 837 UINT_32 pipebit1 = _BIT(pipe,1); in ComputeTileCoordFromPipeAndElemIdx() [all …]
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_get_drawable_type.txt | 62 must have exactly one of GLX_{WINDOW,PIXMAP,PBUFFER}_BIT set. 74 2) Why use GLX_*_BIT for the GLX_DRAWABLE_TYPE value?
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib1.cpp | 3034 UINT_32 x0 = _BIT(x, 0); in ComputePixelIndexWithinMicroTile() 3035 UINT_32 x1 = _BIT(x, 1); in ComputePixelIndexWithinMicroTile() 3036 UINT_32 x2 = _BIT(x, 2); in ComputePixelIndexWithinMicroTile() 3037 UINT_32 y0 = _BIT(y, 0); in ComputePixelIndexWithinMicroTile() 3038 UINT_32 y1 = _BIT(y, 1); in ComputePixelIndexWithinMicroTile() 3039 UINT_32 y2 = _BIT(y, 2); in ComputePixelIndexWithinMicroTile() 3040 UINT_32 z0 = _BIT(z, 0); in ComputePixelIndexWithinMicroTile() 3041 UINT_32 z1 = _BIT(z, 1); in ComputePixelIndexWithinMicroTile() 3042 UINT_32 z2 = _BIT(z, 2); in ComputePixelIndexWithinMicroTile()
|
D | addrcommon.h | 236 #define _BIT(v,b) (((v) >> (b) ) & 1) macro
|
/third_party/mesa3d/docs/relnotes/ |
D | 18.1.5.rst | 48 - anv: Pay attention to VK_ACCESS_MEMORY_(READ|WRITE)_BIT
|
D | 3.3 | 216 mask is now a bitmask of the DD_*_BIT flags in dd.h. Now
|
D | 21.3.0.rst | 3338 - intel/isl: Drop ISL_SURF_USAGE_DISPLAY_*_BIT
|
D | 20.2.0.rst | 4413 - radv: implement missing VK_ACCESS_MEMORY_{READ,WRITE}_BIT
|
D | 21.1.0.rst | 2892 - turnip: IMAGE_FILTER_{LINEAR,CUBIC}_BIT only for non-integer formats
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_buffer_storage.txt | 623 Add BUFFER_STORAGE_{READ|WRITE}_BIT and issue 6. 627 5 04/23/2013 gsellers Nuked the BUFFER_STORAGE_{READ|WRITE}_BIT
|
D | ARB_internalformat_query2.txt | 1354 12 07/10/2012 Jon Leech Change _BIT token names to _BITS (bug 9266).
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_buffer_storage.txt | 634 Add BUFFER_STORAGE_{READ|WRITE}_BIT and issue 6. 638 5 04/23/2013 gsellers Nuked the BUFFER_STORAGE_{READ|WRITE}_BIT
|
D | ARB_internalformat_query2.txt | 1405 12 07/10/2012 Jon Leech Change _BIT token names to _BITS (bug 9266).
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 128 .aspect = VK_IMAGE_ASPECT_PLANE_ ## __plane ## _BIT, \
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineTimestampTests.cpp | 98 case VK_PIPELINE_STAGE_##p##_BIT: \ in getPipelineStageFlagStr()
|
/third_party/openGLES/extensions/NV/ |
D | NV_path_rendering.txt | 9452 a GLfloat second parameter; add _BIT to the
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_path_rendering.txt | 9452 a GLfloat second parameter; add _BIT to the
|