| /third_party/skia/include/core/ |
| H A D | SkSurfaceCharacterization.h | 99 int width() const { return fImageInfo.width(); } in width() function in SkSurfaceCharacterization::Textureable::MipMapped::UsesGLFBO0::VkRTSupportsInputAttachment::VulkanSecondaryCBCompatible 220 SkSurfaceCharacterization createResized(int width, int height) const { in createResized() argument 245 int width() const { return 0; } in width() function in SkSurfaceCharacterization::Textureable::MipMapped::UsesGLFBO0::VkRTSupportsInputAttachment::SkSurfaceCharacterization
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | Decorations.cpp | 14 void draw_line_as_rect(ParagraphPainter* painter, SkScalar x, SkScalar y, SkScalar width, in draw_line_as_rect() argument 57 auto width = context.clip.width(); in paint() local [all...] |
| /third_party/skia/experimental/skottiekit/ |
| H A D | skottiekit_bindings.cpp | 205 int width; member 229 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> grContext, int width, int height) { in MakeOnScreenGLSurface() argument 257 sk_sp<SkSurface> MakeRenderTarget(sk_sp<GrDirectContext> grContext, int width, int height) { in MakeRenderTarget() argument
|
| /third_party/skia/experimental/sktext/src/ |
| H A D | VisualRun.h | 50 SkScalar width() const { return fAdvance.fX; } in width() function in skia::text::VisualRun
|
| /third_party/skia/modules/skparagraph/include/ |
| H A D | DartTypes.h | 110 T width() const { return end - start; } in width() function
|
| /third_party/skia/bench/ |
| H A D | DashBench.cpp | 41 DashBench(const SkScalar intervals[], int count, int width, in DashBench() argument 101 RectDashBench(const SkScalar intervals[], int count, int width) in RectDashBench() argument 217 DashLineBench(SkScalar width, bool isRound) { in DashLineBench() argument 315 GiantDashBench(LineType lt, SkScalar width) GiantDashBench() argument [all...] |
| H A D | GameBench.cpp | 98 int width, height; variable
|
| /third_party/spirv-tools/source/opt/ |
| H A D | folding_rules.cpp | 137 uint32_t width = c->type()->AsInteger()->width(); in GetWordsFromScalarIntConstant() local 151 uint32_t width = c->type()->AsFloat()->width(); GetWordsFromScalarFloatConstant() local 196 uint32_t width = c->type()->AsFloat()->width(); NegateFloatingPointConstant() local 217 uint32_t width = c->type()->AsInteger()->width(); NegateIntegerConstant() local 279 uint32_t width = c->type()->AsFloat()->width(); Reciprocal() local [all...] |
| H A D | pass.cpp | 67 bool Pass::IsFloat(uint32_t ty_id, uint32_t width) { in IsFloat() argument
|
| H A D | set_spec_constant_default_value_pass.cpp | 102 const auto width = IT->width(); in ParseDefaultValueBitPattern() local 120 const auto width in ParseDefaultValueBitPattern() local [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fDepthTests.cpp | 135 int width = deMin32(renderTarget.getWidth(), 128); in iterate() local 159 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height); in iterate() local
|
| H A D | es3fFboDepthbufferTests.cpp | 52 BasicFboDepthCase (Context& context, const char* name, const char* desc, deUint32 format, int width, int height) in BasicFboDepthCase() argument 144 DepthWriteClampCase (Context& context, const char* name, const char* desc, deUint32 format, int width, int height) in DepthWriteClampCase() argument 230 DepthTestClampCase (Context& context, const char* name, const char* desc, deUint32 format, int width, int height) in DepthTestClampCase() argument
|
| H A D | es3fFboTestCase.cpp | 68 int width = deMin32(renderTarget.getWidth(), m_viewportWidth); in iterate() local 108 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height); in iterate() local 127 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) in readPixels() argument 129 FboTestUtil::readPixels(*getCurrentContext(), dst, x, y, width, height, format, scale, bias); in readPixels() local 132 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels() argument
|
| H A D | es3fShaderFragDataTests.cpp | 280 const int width = 128; in iterate() local
|
| H A D | es3fTextureSizeTests.cpp | 78 Texture2DSizeCase::Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in Texture2DSizeCase() argument 203 TextureCubeSizeCase::TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in TextureCubeSizeCase() argument 347 int width; init() member 360 int width; init() member 390 int width = sizes2D[sizeNdx].width; init() local 413 int width = sizesCube[sizeNdx].width; init() local [all...] |
| H A D | es3fTextureSwizzleTests.cpp | 124 int width = de::min(128, m_context.getRenderContext().getRenderTarget().getWidth()); in init() local
|
| /third_party/vk-gl-cts/modules/gles3/performance/ |
| H A D | es3pTextureCases.cpp | 104 int width = m_renderCtx.getRenderTarget().getWidth(); in init() local
|
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| H A D | es3sLongRunningShaderTests.cpp | 244 const int width = renderTarget.getWidth(); in genPositions() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fFboNoAttachmentTests.cpp | 316 int width; member 365 const int width = getWidth(); in iterate() local 421 GLint width = 0; getWidth() local 628 const int width = rng.getInt(1, maxWidth); createFboNoAttachmentTests() local [all...] |
| H A D | es31fFboTestCase.cpp | 68 int width = deMin32(renderTarget.getWidth(), m_viewportWidth); in iterate() local 112 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height); in iterate() local 131 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) in readPixels() argument 133 FboTestUtil::readPixels(*getCurrentContext(), dst, x, y, width, height, format, scale, bias); in readPixels() local 136 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels() argument
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsFragmentOpUtil.cpp | 236 float width = (float)(xLast - xFirst + 1); in render() local
|
| H A D | glsShaderPerformanceCase.cpp | 60 void ShaderPerformanceCase::setViewportSize (int width, int height) in setViewportSize() argument
|
| H A D | glsTextureTestUtil.hpp | 173 int width; member in deqp::gls::TextureTestUtil::RandomViewport
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupsBallotMasksTests.cpp | 57 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
|
| H A D | vktSubgroupsBallotOtherTests.cpp | 59 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
|