Home
last modified time | relevance | path

Searched refs:NumComponents (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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()
H A DLiveInterval.cpp1390 unsigned NumComponents = EqClass.getNumClasses();
1401 SubRanges.resize(NumComponents-1, nullptr);
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedBlending.hpp61 unsigned int NumComponents(glw::GLenum format);
H A DesextcDrawBuffersIndexedColorMasks.hpp57 unsigned int NumComponents(glw::GLenum format);
H A DesextcDrawBuffersIndexedBlending.cpp137 int numComponents = NumComponents(format); in iterate()
332 unsigned int DrawBuffersIndexedBlending::NumComponents(glw::GLenum format) in NumComponents() function in glcts::DrawBuffersIndexedBlending
H A DesextcDrawBuffersIndexedColorMasks.cpp206 int numComponents = NumComponents(format); in iterate()
324 unsigned int DrawBuffersIndexedColorMasks::NumComponents(glw::GLenum format) in NumComponents() function in glcts::DrawBuffersIndexedColorMasks
/third_party/mesa3d/src/compiler/glsl/
H A 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()
H A Dgl_nir_link_varyings.c612 info->Outputs[info->NumOutputs].NumComponents = output_size; in xfb_decl_store()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddead_insert_elim_pass.h56 uint32_t NumComponents(Instruction* typeInst);
H A 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/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddead_insert_elim_pass.h56 uint32_t NumComponents(Instruction* typeInst);
H A 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/
H A Ddead_insert_elim_pass.h56 uint32_t NumComponents(Instruction* typeInst);
H A Ddead_insert_elim_pass.cpp36 uint32_t DeadInsertElimPass::NumComponents(Instruction* typeInst) { in NumComponents() function in spvtools::opt::DeadInsertElimPass
76 uint32_t cnum = NumComponents(typeInst); in MarkInsertChain()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h62 int32_t NumComponents();
H A 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/Utils/
H A DAMDGPUBaseInfo.h47 unsigned NumComponents; member
312 uint8_t NumComponents,
H A DAMDGPUBaseInfo.cpp1344 uint8_t NumComponents,
1348 ? getGfx10PlusBufferFormatInfo(BitsPerComp, NumComponents,
1350 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat);
/third_party/mesa3d/src/mesa/main/
H A Dshader_types.h750 uint32_t NumComponents; member
758 * if NumComponents is 2 and ComponentOffset is 1, then the data to
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_program.c481 so_info->output[i].num_components = info->Outputs[i].NumComponents; in st_translate_stream_output_info()

Completed in 20 milliseconds