Home
last modified time | relevance | path

Searched refs:GetFormat (Results 1 – 25 of 114) sorted by relevance

12345

/external/deqp-deps/amber/src/amberscript/
Dparser_buffer_test.cc70 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 …]
Dparser_image_test.cc215 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()
Dparser_shader_test.cc38 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/
DSBTypeFormat.cpp54 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/
Dparser_test.cc137 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 …]
Dcommand_parser.cc600 if (buf->FormatIsDefault() || !buf->GetFormat()) { in ProcessSSBO()
604 } else if (!buf->GetFormat()->Equal(fmt.get())) { in ProcessSSBO()
617 if ((token->AsUint32() % buf->GetFormat()->SizeInBytes()) != 0) { in ProcessSSBO()
620 std::to_string(buf->GetFormat()->SizeInBytes())); in ProcessSSBO()
626 Result r = ParseValues("ssbo", buf->GetFormat(), &values); in ProcessSSBO()
647 if (!buf->GetFormat()) { in ProcessSSBO()
762 if (buf->FormatIsDefault() || !buf->GetFormat()) { in ProcessUniform()
766 } else if (!buf->GetFormat()->Equal(fmt.get())) { in ProcessUniform()
780 auto buf_size = static_cast<int32_t>(buf->GetFormat()->SizeInBytes()); in ProcessUniform()
787 Result r = ParseValues("uniform", buf->GetFormat(), &values); in ProcessUniform()
[all …]
/external/deqp-deps/amber/src/vulkan/
Dpush_constant.cc125 if (!buffer_->GetFormat()) { in UpdateMemoryWithInput()
126 buffer_->SetFormat(input.buffer->GetFormat()); in UpdateMemoryWithInput()
127 } else if (!buffer_->GetFormat()->Equal(input.buffer->GetFormat())) { in UpdateMemoryWithInput()
Dframe_buffer.cc66 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()
Dgraphics_pipeline.cc419 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()
Dengine_vulkan.cc149 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/
Dcfx_dibitmap.cpp89 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 …]
Dcfx_imagestretcher.cpp29 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()
Dcfx_dibextractor.cpp20 pOldSrc->GetFormat(), pOldSrc->GetBuffer(), 0)) { in CFX_DIBExtractor()
/external/deqp-deps/amber/src/
Dshader_compiler.cc76 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()
Dscript.cc36 ShaderInfo{shader->GetFormat(), shader->GetType(), in GetShaderInfo()
46 ret.emplace_back(ShaderInfo{shader->GetFormat(), in GetShaderInfo()
/external/llvm-project/lldb/source/DataFormatters/
DTypeFormat.cpp60 DumpDataExtractor(data, &reg_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/
DSBTypeFormat.i37 GetFormat ();
68 format = property(GetFormat, SetFormat)
/external/webrtc/modules/audio_coding/neteq/
Dtimestamp_scaler.cc48 if (info->GetFormat().clockrate_hz == 0) { in ToInternal()
53 denominator_ = info->GetFormat().clockrate_hz; in ToInternal()
/external/angle/src/libANGLE/renderer/
Ddxgi_format_map.h23 const angle::Format &GetFormat(DXGI_FORMAT dxgiFormat);
/external/pdfium/fxbarcode/
Dcbc_ean13.cpp38 BCFORMAT CBC_EAN13::GetFormat() const { in GetFormat() function in CBC_EAN13
Dcbc_ean8.cpp37 BCFORMAT CBC_EAN8::GetFormat() const { in GetFormat() function in CBC_EAN8
Dcbc_upca.cpp37 BCFORMAT CBC_UPCA::GetFormat() const { in GetFormat() function in CBC_UPCA
Dcbc_ean13.h23 BCFORMAT GetFormat() const override;
Dcbc_upca.h23 BCFORMAT GetFormat() const override;
Dcbc_ean8.h23 BCFORMAT GetFormat() const override;

12345