/external/deqp-deps/amber/src/amberscript/ |
D | parser_buffer_test.cc | 70 EXPECT_TRUE(buffer->GetFormat()->IsUint32()); in TEST_F() 71 EXPECT_EQ(Format::Layout::kStd430, buffer->GetFormat()->GetLayout()); in TEST_F() 103 EXPECT_TRUE(buffer->GetFormat()->IsUint32()); in TEST_F() 104 EXPECT_EQ(Format::Layout::kStd140, buffer->GetFormat()->GetLayout()); in TEST_F() 136 EXPECT_TRUE(buffer->GetFormat()->IsFloat32()); in TEST_F() 137 EXPECT_EQ(Format::Layout::kStd430, buffer->GetFormat()->GetLayout()); in TEST_F() 169 EXPECT_TRUE(buffer->GetFormat()->IsFloat32()); in TEST_F() 170 EXPECT_EQ(Format::Layout::kStd140, buffer->GetFormat()->GetLayout()); in TEST_F() 201 EXPECT_TRUE(buffer->GetFormat()->IsUint32()); in TEST_F() 202 EXPECT_EQ(Format::Layout::kStd430, buffer->GetFormat()->GetLayout()); in TEST_F() [all …]
|
D | parser_image_test.cc | 215 EXPECT_TRUE(buffer->GetFormat()->IsUint32()); in TEST_F() 239 EXPECT_TRUE(buffer->GetFormat()->IsUint32()); in TEST_F() 304 EXPECT_TRUE(buffer->GetFormat()->IsUint32()); in TEST_F() 334 EXPECT_TRUE(buffer->GetFormat()->IsFloat32()); in TEST_F()
|
D | parser_shader_test.cc | 38 EXPECT_EQ(kShaderFormatSpirvAsm, shader->GetFormat()); in TEST_F() 149 EXPECT_EQ(kShaderFormatGlsl, shader->GetFormat()); in TEST_F() 366 EXPECT_EQ(kShaderFormatGlsl, shader->GetFormat()); in TEST_P() 412 EXPECT_EQ(test_data.format, shader->GetFormat()); in TEST_P()
|
/external/llvm-project/lldb/source/API/ |
D | SBTypeFormat.cpp | 54 lldb::Format SBTypeFormat::GetFormat() { in GetFormat() function in SBTypeFormat 55 LLDB_RECORD_METHOD_NO_ARGS(lldb::Format, SBTypeFormat, GetFormat); in GetFormat() 58 return ((TypeFormatImpl_Format *)m_opaque_sp.get())->GetFormat(); in GetFormat() 142 if (GetFormat() == rhs.GetFormat()) in IsEqualTo() 187 TypeFormatImplSP(new TypeFormatImpl_Format(GetFormat(), GetOptions()))); in CopyOnWrite_Impl() 206 LLDB_REGISTER_METHOD(lldb::Format, SBTypeFormat, GetFormat, ()); in RegisterMethods()
|
/external/deqp-deps/amber/src/vkscript/ |
D | parser_test.cc | 137 bufs[0]->GetFormat()->GetFormatType()); in TEST_F() 152 bufs[1]->GetFormat()->GetFormatType()); in TEST_F() 235 bufs[0]->GetFormat()->GetFormatType()); in TEST_F() 238 bufs[1]->GetFormat()->GetFormatType()); in TEST_F() 257 EXPECT_TRUE(bufs[1]->GetFormat()->IsUint32()); in TEST_F() 342 EXPECT_EQ(FormatType::kR32G32_SFLOAT, bufs[1]->GetFormat()->GetFormatType()); in TEST_F() 347 bufs[2]->GetFormat()->GetFormatType()); in TEST_F() 371 EXPECT_EQ(FormatType::kR32G32_SFLOAT, bufs[1]->GetFormat()->GetFormatType()); in TEST_F() 373 auto& segs1 = bufs[1]->GetFormat()->GetSegments(); in TEST_F() 380 EXPECT_EQ(FormatType::kR32G32B32_SINT, bufs[2]->GetFormat()->GetFormatType()); in TEST_F() [all …]
|
/external/deqp-deps/amber/src/vulkan/ |
D | push_constant.cc | 125 if (!buffer_->GetFormat()) { in UpdateMemoryWithInput() 126 buffer_->SetFormat(input.buffer->GetFormat()); in UpdateMemoryWithInput() 127 } else if (!buffer_->GetFormat()->Equal(input.buffer->GetFormat())) { in UpdateMemoryWithInput()
|
D | frame_buffer.cc | 66 device_, *info->buffer->GetFormat(), VK_IMAGE_ASPECT_COLOR_BIT, in Initialize() 82 depth_stencil_attachment_.buffer->GetFormat()->IsFormatKnown()) { in Initialize() 84 if (depth_stencil_attachment_.buffer->GetFormat()->HasDepthComponent()) in Initialize() 86 if (depth_stencil_attachment_.buffer->GetFormat()->HasStencilComponent()) in Initialize() 91 device_, *depth_stencil_attachment_.buffer->GetFormat(), aspect, in Initialize()
|
D | graphics_pipeline.cc | 419 device_->GetVkFormat(*info->buffer->GetFormat()); in CreateRenderPass() 434 depth_stencil_buffer_.buffer->GetFormat()->IsFormatKnown()) { in CreateRenderPass() 437 device_->GetVkFormat(*depth_stencil_buffer_.buffer->GetFormat()); in CreateRenderPass() 653 depth_stencil_buffer_.buffer->GetFormat()->IsFormatKnown()) { in CreateVkGraphicsPipeline() 746 !depth_stencil_buffer_.buffer->GetFormat()->IsFormatKnown()) { in SetClearStencil() 758 !depth_stencil_buffer_.buffer->GetFormat()->IsFormatKnown()) { in SetClearDepth() 795 depth_stencil_buffer_.buffer->GetFormat()->IsFormatKnown()) { in Clear() 800 if (depth_stencil_buffer_.buffer->GetFormat()->HasStencilComponent()) in Clear()
|
D | engine_vulkan.cc | 149 auto fmt = colour_info.buffer->GetFormat(); in CreatePipeline() 157 auto fmt = depth_stencil_info.buffer->GetFormat(); in CreatePipeline() 205 auto fmt = vtex_info.buffer->GetFormat(); in CreatePipeline() 507 vertex_buffer->SetData(0, buf.get(), InputRate::kVertex, buf->GetFormat(), 0, in DoDrawRect() 508 buf->GetFormat()->SizeInBytes()); in DoDrawRect() 595 vertex_buffer->SetData(0, buf.get(), InputRate::kVertex, buf->GetFormat(), 0, in DoDrawGrid() 596 buf->GetFormat()->SizeInBytes()); in DoDrawGrid()
|
/external/pdfium/core/fxge/dib/ |
D | cfx_dibitmap.cpp | 89 if (!Create(pSrc->GetWidth(), pSrc->GetHeight(), pSrc->GetFormat())) in Copy() 127 switch (GetFormat()) { in Clear() 170 if (FXDIB_Rgb32 == GetFormat() && !IsCmykImage()) in Clear() 200 FXDIB_Format dest_format = GetFormat(); in TransferBitmap() 201 FXDIB_Format src_format = pSrcBitmap->GetFormat(); in TransferBitmap() 298 int srcOffset = pSrcBitmap->GetFormat() == FXDIB_Argb ? 3 : 0; in LoadChannelFromAlpha() 308 if (GetFormat() == FXDIB_Argb) in LoadChannelFromAlpha() 388 if (GetFormat() == FXDIB_Argb) { in LoadChannel() 473 if (GetFormat() == FXDIB_Argb) { in MultiplyAlpha() 497 switch (GetFormat()) { in MultiplyAlpha() [all …]
|
D | cfx_imagestretcher.cpp | 29 FXDIB_Format format = src.GetFormat(); in GetStretchedFormat() 70 if (m_pSource->GetFormat() == FXDIB_1bppRgb && m_pSource->GetPalette()) { in Start() 93 } else if (m_pSource->GetFormat() == FXDIB_1bppCmyk && in Start()
|
D | cfx_dibextractor.cpp | 20 pOldSrc->GetFormat(), pOldSrc->GetBuffer(), 0)) { in CFX_DIBExtractor()
|
/external/deqp-deps/amber/src/ |
D | shader_compiler.cc | 76 if (shader->GetFormat() == kShaderFormatOpenCLC) { in Compile() 122 if (shader->GetFormat() == kShaderFormatSpirvHex) { in Compile() 128 } else if (shader->GetFormat() == kShaderFormatGlsl) { in Compile() 135 } else if (shader->GetFormat() == kShaderFormatHlsl) { in Compile() 142 } else if (shader->GetFormat() == kShaderFormatSpirvAsm) { in Compile() 150 } else if (shader->GetFormat() == kShaderFormatOpenCLC) { in Compile()
|
D | script.cc | 36 ShaderInfo{shader->GetFormat(), shader->GetType(), in GetShaderInfo() 46 ret.emplace_back(ShaderInfo{shader->GetFormat(), in GetShaderInfo()
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | TypeFormat.cpp | 60 DumpDataExtractor(data, ®_sstr, 0, GetFormat(), reg_info->byte_size, in FormatObject() 70 if (GetFormat() == eFormatCString) { in FormatObject() 104 GetFormat(), // Format to display this type with in FormatObject() 127 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()), in GetDescription()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBTypeFormat.i | 37 GetFormat (); 68 format = property(GetFormat, SetFormat)
|
/external/webrtc/modules/audio_coding/neteq/ |
D | timestamp_scaler.cc | 48 if (info->GetFormat().clockrate_hz == 0) { in ToInternal() 53 denominator_ = info->GetFormat().clockrate_hz; in ToInternal()
|
/external/angle/src/libANGLE/renderer/ |
D | dxgi_format_map.h | 23 const angle::Format &GetFormat(DXGI_FORMAT dxgiFormat);
|
/external/pdfium/fxbarcode/ |
D | cbc_ean8.cpp | 37 BCFORMAT CBC_EAN8::GetFormat() const { in GetFormat() function in CBC_EAN8
|
D | cbc_ean13.cpp | 38 BCFORMAT CBC_EAN13::GetFormat() const { in GetFormat() function in CBC_EAN13
|
D | cbc_upca.cpp | 37 BCFORMAT CBC_UPCA::GetFormat() const { in GetFormat() function in CBC_UPCA
|
D | cbc_ean8.h | 23 BCFORMAT GetFormat() const override;
|
D | cbc_ean13.h | 23 BCFORMAT GetFormat() const override;
|
D | cbc_upca.h | 23 BCFORMAT GetFormat() const override;
|
D | cbc_eancode.h | 23 virtual BCFORMAT GetFormat() const = 0;
|