Searched refs:targetFormat (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | PixelRoutine.cpp | 995 return Surface::isSRGBformat(state.targetFormat[index]); in isSRGB() 1005 switch(state.targetFormat[index]) in readPixel() 1394 switch(state.targetFormat[index]) in writeColor() 1424 switch(state.targetFormat[index]) in writeColor() 1456 if(state.targetFormat[index] == FORMAT_X8R8G8B8 || rgbaWriteMask == 0x7) in writeColor() 1494 …if(state.targetFormat[index] == FORMAT_X8B8G8R8 || state.targetFormat[index] == FORMAT_SRGB8_X8 ||… in writeColor() 1575 switch(state.targetFormat[index]) in writeColor() 1659 if((state.targetFormat[index] == FORMAT_A8R8G8B8 && bgraWriteMask != 0x0000000F) || in writeColor() 1660 ((state.targetFormat[index] == FORMAT_X8R8G8B8 && bgraWriteMask != 0x00000007) && in writeColor() 1661 …(state.targetFormat[index] == FORMAT_X8R8G8B8 && bgraWriteMask != 0x0000000F))) // FIXME: Need f… in writeColor() [all …]
|
D | PixelProgram.cpp | 110 if(state.targetFormat[i] != FORMAT_NULL) in applyShader() 665 switch(state.targetFormat[index]) in rasterOperation() 684 if(state.targetFormat[index] == FORMAT_R5G6B5) in rasterOperation() 807 switch(state.targetFormat[index]) in clampColor()
|
D | PixelPipeline.cpp | 311 switch(state.targetFormat[0]) in rasterOperation() 333 if(state.targetFormat[0] == FORMAT_R5G6B5) in rasterOperation()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | PixelProcessor.hpp | 83 Format targetFormat[RENDERTARGETS]; member
|
D | PixelProcessor.cpp | 1042 state.targetFormat[i] = context->renderTargetInternalFormat(i); in update()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 880 …ormat, const int width, const int height, const void* data, const tcu::TextureFormat& targetFormat) in convertDepthToColor() argument 883 MovePtr<tcu::TextureLevel> dstImage (new tcu::TextureLevel(targetFormat, width, height, 1u)); in convertDepthToColor() 898 …ormat, const int width, const int height, const void* data, const tcu::TextureFormat& targetFormat) in convertStencilToColor() argument 902 MovePtr<tcu::TextureLevel> dstImage (new tcu::TextureLevel(targetFormat, width, height, 1u)); in convertStencilToColor()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES3.cpp | 937 GLenum targetFormat, in QueryEffectiveFormatList() argument 945 if ((formatInfo.destFormat == targetFormat) && in QueryEffectiveFormatList()
|