Home
last modified time | relevance | path

Searched refs:NumComponents (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp160 unsigned NumComponents = 0; in findComponents() local
162 SubRangeInfos.push_back(SubRangeInfo(*LIS, SR, NumComponents)); in findComponents()
166 NumComponents += NumSubComponents; in findComponents()
177 Classes.grow(NumComponents); in findComponents()
DLiveInterval.cpp1390 unsigned NumComponents = EqClass.getNumClasses(); in Distribute() local
1401 SubRanges.resize(NumComponents-1, nullptr); in Distribute()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_xfb.c174 output->NumComponents = util_bitcount(xfb_output->component_mask); in gl_nir_link_assign_xfb_resources()
223 info->Outputs[i].NumComponents); in gl_to_nir_xfb_info()
Dgl_nir_link_varyings.c612 info->Outputs[info->NumOutputs].NumComponents = output_size; in xfb_decl_store()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedColorMasks.hpp57 unsigned int NumComponents(glw::GLenum format);
DesextcDrawBuffersIndexedBlending.hpp61 unsigned int NumComponents(glw::GLenum format);
DesextcDrawBuffersIndexedBlending.cpp137 int numComponents = NumComponents(format); in iterate()
332 unsigned int DrawBuffersIndexedBlending::NumComponents(glw::GLenum format) in NumComponents() function in glcts::DrawBuffersIndexedBlending
DesextcDrawBuffersIndexedColorMasks.cpp206 int numComponents = NumComponents(format); in iterate()
324 unsigned int DrawBuffersIndexedColorMasks::NumComponents(glw::GLenum format) in NumComponents() function in glcts::DrawBuffersIndexedColorMasks
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddead_insert_elim_pass.h56 uint32_t NumComponents(Instruction* typeInst);
Ddead_insert_elim_pass.cpp39 uint32_t DeadInsertElimPass::NumComponents(Instruction* typeInst) { in NumComponents() function in spvtools::opt::DeadInsertElimPass
79 uint32_t cnum = NumComponents(typeInst); in MarkInsertChain()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddead_insert_elim_pass.h56 uint32_t NumComponents(Instruction* typeInst);
Ddead_insert_elim_pass.cpp39 uint32_t DeadInsertElimPass::NumComponents(Instruction* typeInst) { in NumComponents() function in spvtools::opt::DeadInsertElimPass
79 uint32_t cnum = NumComponents(typeInst); in MarkInsertChain()
/third_party/spirv-tools/source/opt/
Ddead_insert_elim_pass.h56 uint32_t NumComponents(Instruction* typeInst);
Ddead_insert_elim_pass.cpp39 uint32_t DeadInsertElimPass::NumComponents(Instruction* typeInst) { in NumComponents() function in spvtools::opt::DeadInsertElimPass
79 uint32_t cnum = NumComponents(typeInst); in MarkInsertChain()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dcomposite_bitmap_glyph.h62 int32_t NumComponents();
Dcomposite_bitmap_glyph.cc32 int32_t CompositeBitmapGlyph::NumComponents() { in NumComponents() function in sfntly::CompositeBitmapGlyph
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSearchableTables.td36 bits<8> NumComponents = numc;
46 let Fields = ["Format", "BitsPerComp", "NumComponents", "NumFormat", "DataFormat"];
47 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h47 unsigned NumComponents; member
312 uint8_t NumComponents,
DAMDGPUBaseInfo.cpp1344 uint8_t NumComponents, in getGcnBufferFormatInfo() argument
1348 ? getGfx10PlusBufferFormatInfo(BitsPerComp, NumComponents, in getGcnBufferFormatInfo()
1350 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat); in getGcnBufferFormatInfo()
/third_party/mesa3d/src/mesa/main/
Dshader_types.h750 uint32_t NumComponents; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c481 so_info->output[i].num_components = info->Outputs[i].NumComponents; in st_translate_stream_output_info()