/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RenameIndependentSubregs.cpp | 160 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()
|
D | LiveInterval.cpp | 1390 unsigned NumComponents = EqClass.getNumClasses(); in Distribute() local 1401 SubRanges.resize(NumComponents-1, nullptr); in Distribute()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | gl_nir_link_xfb.c | 174 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()
|
D | gl_nir_link_varyings.c | 612 info->Outputs[info->NumOutputs].NumComponents = output_size; in xfb_decl_store()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedColorMasks.hpp | 57 unsigned int NumComponents(glw::GLenum format);
|
D | esextcDrawBuffersIndexedBlending.hpp | 61 unsigned int NumComponents(glw::GLenum format);
|
D | esextcDrawBuffersIndexedBlending.cpp | 137 int numComponents = NumComponents(format); in iterate() 332 unsigned int DrawBuffersIndexedBlending::NumComponents(glw::GLenum format) in NumComponents() function in glcts::DrawBuffersIndexedBlending
|
D | esextcDrawBuffersIndexedColorMasks.cpp | 206 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/ |
D | dead_insert_elim_pass.h | 56 uint32_t NumComponents(Instruction* typeInst);
|
D | dead_insert_elim_pass.cpp | 39 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/ |
D | dead_insert_elim_pass.h | 56 uint32_t NumComponents(Instruction* typeInst);
|
D | dead_insert_elim_pass.cpp | 39 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/ |
D | dead_insert_elim_pass.h | 56 uint32_t NumComponents(Instruction* typeInst);
|
D | dead_insert_elim_pass.cpp | 39 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/ |
D | composite_bitmap_glyph.h | 62 int32_t NumComponents();
|
D | composite_bitmap_glyph.cc | 32 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/ |
D | AMDGPUSearchableTables.td | 36 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/ |
D | AMDGPUBaseInfo.h | 47 unsigned NumComponents; member 312 uint8_t NumComponents,
|
D | AMDGPUBaseInfo.cpp | 1344 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/ |
D | shader_types.h | 750 uint32_t NumComponents; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 481 so_info->output[i].num_components = info->Outputs[i].NumComponents; in st_translate_stream_output_info()
|