Home
last modified time | relevance | path

Searched refs:DS (Results 1 – 25 of 194) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp107 StringRef DWARFUnitIndex::getColumnHeader(DWARFSectionKind DS) { in getColumnHeader() argument
108 #define CASE(DS) \ in getColumnHeader() argument
109 case DW_SECT_##DS: \ in getColumnHeader()
110 return #DS; in getColumnHeader()
111 switch (DS) { in getColumnHeader()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_program.c164 enum { VS = 0, FS = 1, HS = 2, DS = 3, GS = 4, MAX_STAGES }; enumerator
174 s[HS].v = s[DS].v = s[GS].v = NULL; /* for now */ in setup_stages()
225 s[HS].instroff = s[DS].instroff = s[GS].instroff = s[FS].instroff; in setup_stages()
305 OUT_RING(ring, A5XX_HLSQ_DS_CONFIG_CONSTOBJECTOFFSET(s[DS].constoff) | in fd5_program_emit()
306 A5XX_HLSQ_DS_CONFIG_SHADEROBJOFFSET(s[DS].instroff) | in fd5_program_emit()
307 COND(s[DS].v, A5XX_HLSQ_DS_CONFIG_ENABLED)); in fd5_program_emit()
325 OUT_RING(ring, A5XX_HLSQ_DS_CNTL_INSTRLEN(s[DS].instrlen) | in fd5_program_emit()
326 COND(s[DS].v && s[DS].v->has_ssbo, in fd5_program_emit()
342 OUT_RING(ring, A5XX_SP_DS_CONFIG_CONSTOBJECTOFFSET(s[DS].constoff) | in fd5_program_emit()
343 A5XX_SP_DS_CONFIG_SHADEROBJOFFSET(s[DS].instroff) | in fd5_program_emit()
[all …]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_program.c91 enum { VS = 0, FS = 1, HS = 2, DS = 3, GS = 4, MAX_STAGES }; enumerator
101 s[HS].v = s[DS].v = s[GS].v = NULL; /* for now */ in setup_stages()
149 s[HS].instroff = s[DS].instroff = s[GS].instroff = s[FS].instroff; in setup_stages()
150 s[HS].constoff = s[DS].constoff = s[GS].constoff = s[FS].constoff; in setup_stages()
261 A4XX_HLSQ_DS_CONTROL_REG_CONSTLENGTH(s[DS].constlen) | in fd4_program_emit()
262 A4XX_HLSQ_DS_CONTROL_REG_CONSTOBJECTOFFSET(s[DS].constoff) | in fd4_program_emit()
263 A4XX_HLSQ_DS_CONTROL_REG_INSTRLENGTH(s[DS].instrlen) | in fd4_program_emit()
264 A4XX_HLSQ_DS_CONTROL_REG_SHADEROBJOFFSET(s[DS].instroff)); in fd4_program_emit()
396 OUT_RING(ring, A4XX_SP_DS_OBJ_OFFSET_REG_CONSTOBJECTOFFSET(s[DS].constoff) | in fd4_program_emit()
397 A4XX_SP_DS_OBJ_OFFSET_REG_SHADEROBJOFFSET(s[DS].instroff)); in fd4_program_emit()
/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Dsimplify_insert_with_strategy.cpp27 typedef boost::geometry::strategy::distance::projected_point<P, P> DS; in main() typedef
28 typedef boost::geometry::strategy::simplify::douglas_peucker<P, DS> simplification; in main()
/third_party/vk-gl-cts/framework/opengl/
DgluTextureUtil.cpp85 case TextureFormat::DS: format = GL_DEPTH_STENCIL; break; in getTransferFormat()
220 case FMT_CASE(DS, FLOAT_UNSIGNED_INT_24_8_REV): return GL_DEPTH32F_STENCIL8; in getInternalFormat()
221 case FMT_CASE(DS, UNSIGNED_INT_24_8): return GL_DEPTH24_STENCIL8; in getInternalFormat()
459 …case GL_DEPTH_STENCIL: return TextureFormat(TextureFormat::DS, mapGLChannelType(dataType, true)); in mapGLTransferFormat()
549 …case GL_DEPTH32F_STENCIL8: return TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_UNSIGNED_… in mapGLInternalFormat()
550 …case GL_DEPTH24_STENCIL8: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNED_INT_24_… in mapGLInternalFormat()
865 if (format.order == TextureFormat::D || format.order == TextureFormat::DS) in getSampler1DType()
901 if (format.order == TextureFormat::D || format.order == TextureFormat::DS) in getSampler2DType()
937 if (format.order == TextureFormat::D || format.order == TextureFormat::DS) in getSamplerCubeType()
973 if (format.order == TextureFormat::D || format.order == TextureFormat::DS) in getSampler1DArrayType()
[all …]
DgluFboRenderContext.cpp40 if (format.order == tcu::TextureFormat::DS) in getNumDepthBits()
53 if (format.order == tcu::TextureFormat::DS) in getNumStencilBits()
/third_party/boost/libs/histogram/benchmark/
Dhistogram_parallel_filling.cpp31 using DS = dense_storage<unsigned>; typedef
38 auto hist = make_histogram_with(DS(), axis::regular<>(nbins, 0, 1)); in NoThreads()
/third_party/boost/libs/context/src/asm/
Dmake_ppc32_sysv_xcoff_gas.S75 .globl make_fcontext[DS]
78 .csect make_fcontext[DS]
Dontop_ppc32_sysv_xcoff_gas.S76 .globl ontop_fcontext[DS]
78 .csect ontop_fcontext[DS]
Djump_ppc32_sysv_xcoff_gas.S76 .globl jump_fcontext[DS]
78 .csect jump_fcontext[DS]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp456 IndexType DS = IndexMap.getNextIndex(AE); in computeDeadMap() local
459 if (DS < DE) in computeDeadMap()
460 DeadMap[R].add(DS, DE, false, false); in computeDeadMap()
466 IndexType DS = IndexMap.getNextIndex(ZE); in computeDeadMap() local
467 if (DS < IndexType::Exit) in computeDeadMap()
468 DeadMap[R].add(DS, IndexType::Exit, false, false); in computeDeadMap()
DRDFGraph.h679 Iterator &up() { Pos = DS.nextUp(Pos); return *this; } in up()
680 Iterator &down() { Pos = DS.nextDown(Pos); return *this; } in down()
684 return DS.Stack[Pos-1];
688 return &DS.Stack[Pos-1];
700 const DefStack &DS; member
856 NodeAddr<T> TA, DefStack &DS);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp70 static const ProfileSummaryEntry &getEntryForPercentile(SummaryEntryVector &DS, in getEntryForPercentile() argument
72 auto It = partition_point(DS, [=](const ProfileSummaryEntry &Entry) { in getEntryForPercentile()
77 if (It == DS.end()) in getEntryForPercentile()
/third_party/musl/arch/i386/bits/
Dreg.h10 #define DS 7 macro
/third_party/musl/arch/x32/bits/
Dreg.h26 #define DS 23 macro
/third_party/musl/arch/x86_64/bits/
Dreg.h26 #define DS 23 macro
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp138 case TextureFormat::DS: in hasStencilComponent()
153 case TextureFormat::DS: in hasDepthComponent()
227 if (format.order == TextureFormat::DS) in isAccessValid()
439 else if (format.order == TextureFormat::D || format.order == TextureFormat::DS) in getTextureFormatInfo()
821 …DE_ASSERT(access.getFormat().order == TextureFormat::DS || access.getFormat().order == TextureForm… in clearDepth()
828 …DE_ASSERT(access.getFormat().order == TextureFormat::DS || access.getFormat().order == TextureForm… in clearStencil()
954 …const bool hasDepth = access.getFormat().order == tcu::TextureFormat::DS || access.getFormat().or… in fillWithComponentGradientsStyled()
955 …const bool hasStencil = access.getFormat().order == tcu::TextureFormat::DS || access.getFormat().o… in fillWithComponentGradientsStyled()
1046 …const bool hasDepth = access.getFormat().order == tcu::TextureFormat::DS || access.getFormat().or… in fillWithGrid()
1047 …const bool hasStencil = access.getFormat().order == tcu::TextureFormat::DS || access.getFormat().o… in fillWithGrid()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Solaris/sys/
Dregset.h19 #undef DS
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedExynosM3.td532 def : InstRW<[M3WriteNSHF1], (instregex "^FABS[DS]r")>;
533 def : InstRW<[M3WriteFADD2], (instregex "^F(ADD|SUB)[DS]rr")>;
537 def : InstRW<[M3WriteFMAC3], (instregex "^FN?MUL[DS]rr")>;
539 M3ReadFMAC], (instregex "^FN?M(ADD|SUB)[DS]rrr")>;
540 def : InstRW<[M3WriteNALU1], (instregex "^FNEG[DS]r")>;
542 def : InstRW<[M3WriteNEONH], (instregex "^FCSEL[DS]rrr")>;
551 def : InstRW<[M3WriteNALU1], (instregex "^FMOV[DS][ir]")>;
556 def : InstRW<[M3WriteNALU1], (instregex "^FMOV[WX][DS]r")>;
557 def : InstRW<[M3WriteNALU1], (instregex "^FMOV[DS][WX]r")>;
573 M3WriteLH], (instregex "^LDN?P[DS]i")>;
[all …]
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboInvalidateTests.cpp465 … depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS; in render()
466 … depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS; in render()
578 … depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS; in render()
579 … depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS; in render()
712 … depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS; in render()
713 … depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS; in render()
832 … depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS; in render()
833 … depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS; in render()
934 … depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS; in render()
935 … depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS; in render()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp208 …if (texFormat.order == tcu::TextureFormat::DS && m_testParameters.aspectMask == VK_IMAGE_ASPECT_ST… in Texture2DFilteringTestInstance()
235 …if (texFormat.order == tcu::TextureFormat::DS && m_testParameters.aspectMask == VK_IMAGE_ASPECT_ST… in Texture2DFilteringTestInstance()
249 …if (texFormat.order == tcu::TextureFormat::DS && m_testParameters.aspectMask == VK_IMAGE_ASPECT_ST… in Texture2DFilteringTestInstance()
311 …if (texFmt.order == tcu::TextureFormat::DS && m_testParameters.aspectMask == VK_IMAGE_ASPECT_STENC… in iterate()
424 …if (texFormat.order == tcu::TextureFormat::DS && m_testParameters.aspectMask == VK_IMAGE_ASPECT_ST… in TextureCubeFilteringTestInstance()
456 …if (texFormat.order == tcu::TextureFormat::DS && m_testParameters.aspectMask == VK_IMAGE_ASPECT_ST… in TextureCubeFilteringTestInstance()
475 …if (texFormat.order == tcu::TextureFormat::DS && m_testParameters.aspectMask == VK_IMAGE_ASPECT_ST… in TextureCubeFilteringTestInstance()
543 …if (texFmt.order == tcu::TextureFormat::DS && m_testParameters.aspectMask == VK_IMAGE_ASPECT_STENC… in iterate()
667 …if (texFormat.order == tcu::TextureFormat::DS && m_testParameters.aspectMask == VK_IMAGE_ASPECT_ST… in Texture2DArrayFilteringTestInstance()
702 …if (texFormat.order == tcu::TextureFormat::DS && m_testParameters.aspectMask == VK_IMAGE_ASPECT_ST… in Texture2DArrayFilteringTestInstance()
[all …]
/third_party/curl/lib/
Dmakefile.dj58 - $(DELETE) $(OBJ_DIR)$(DS)*.o
/third_party/mesa3d/src/amd/compiler/
Daco_opcodes.py46 DS = 15 variable in InstrClass
60 DS = 8 variable in Format
91 elif self == Format.DS:
1123 DS = { variable
1280 for (gfx6, gfx7, gfx8, gfx9, gfx10, name) in DS:
1281 opcode(name, gfx7, gfx9, gfx10, Format.DS, InstrClass.DS)
/third_party/curl/docs/examples/
DMakefile.netware72 INSTDIR = ..$(DS)..$(DS)curl-$(LIBCURL_VERSION_STR)-bin-nw
/third_party/curl/src/
Dmakefile.dj86 - $(DELETE) $(OBJ_DIR)$(DS)*.o

12345678