Searched refs:DS (Results 1 – 25 of 194) sorted by relevance
12345678
107 StringRef DWARFUnitIndex::getColumnHeader(DWARFSectionKind DS) { in getColumnHeader() argument108 #define CASE(DS) \ in getColumnHeader() argument109 case DW_SECT_##DS: \ in getColumnHeader()110 return #DS; in getColumnHeader()111 switch (DS) { in getColumnHeader()
164 enum { VS = 0, FS = 1, HS = 2, DS = 3, GS = 4, MAX_STAGES }; enumerator174 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 …]
91 enum { VS = 0, FS = 1, HS = 2, DS = 3, GS = 4, MAX_STAGES }; enumerator101 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()
27 typedef boost::geometry::strategy::distance::projected_point<P, P> DS; in main() typedef28 typedef boost::geometry::strategy::simplify::douglas_peucker<P, DS> simplification; in main()
85 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 …]
40 if (format.order == tcu::TextureFormat::DS) in getNumDepthBits()53 if (format.order == tcu::TextureFormat::DS) in getNumStencilBits()
31 using DS = dense_storage<unsigned>; typedef38 auto hist = make_histogram_with(DS(), axis::regular<>(nbins, 0, 1)); in NoThreads()
75 .globl make_fcontext[DS]78 .csect make_fcontext[DS]
76 .globl ontop_fcontext[DS]78 .csect ontop_fcontext[DS]
76 .globl jump_fcontext[DS]78 .csect jump_fcontext[DS]
456 IndexType DS = IndexMap.getNextIndex(AE); in computeDeadMap() local459 if (DS < DE) in computeDeadMap()460 DeadMap[R].add(DS, DE, false, false); in computeDeadMap()466 IndexType DS = IndexMap.getNextIndex(ZE); in computeDeadMap() local467 if (DS < IndexType::Exit) in computeDeadMap()468 DeadMap[R].add(DS, IndexType::Exit, false, false); in computeDeadMap()
679 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; member856 NodeAddr<T> TA, DefStack &DS);
70 static const ProfileSummaryEntry &getEntryForPercentile(SummaryEntryVector &DS, in getEntryForPercentile() argument72 auto It = partition_point(DS, [=](const ProfileSummaryEntry &Entry) { in getEntryForPercentile()77 if (It == DS.end()) in getEntryForPercentile()
10 #define DS 7 macro
26 #define DS 23 macro
138 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 …]
19 #undef DS
532 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 …]
465 … 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 …]
208 …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 …]
58 - $(DELETE) $(OBJ_DIR)$(DS)*.o
46 DS = 15 variable in InstrClass60 DS = 8 variable in Format91 elif self == Format.DS:1123 DS = { variable1280 for (gfx6, gfx7, gfx8, gfx9, gfx10, name) in DS:1281 opcode(name, gfx7, gfx9, gfx10, Format.DS, InstrClass.DS)
72 INSTDIR = ..$(DS)..$(DS)curl-$(LIBCURL_VERSION_STR)-bin-nw
86 - $(DELETE) $(OBJ_DIR)$(DS)*.o