Home
last modified time | relevance | path

Searched refs:decor (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/experimental/sktext/editor/
H A DTexts.cpp60 DecoratedBlock& decor = fDecorations[indexDecor]; in mergeSelectionIntoDecorations() local
62 decor = fDecorations[indexDecor++]; in mergeSelectionIntoDecorations()
63 if (decorPos + decor.charCount >= selected.fStart) { in mergeSelectionIntoDecorations()
67 merged.emplace_back(decor); in mergeSelectionIntoDecorations()
68 decorPos += decor.charCount; in mergeSelectionIntoDecorations()
74 merged.emplace_back(selected.fStart - decorPos, decor.foregroundPaint, decor.backgroundPaint); in mergeSelectionIntoDecorations()
84 if (lastDecorPos + decor.charCount > selected.fEnd) { in mergeSelectionIntoDecorations()
86 merged.emplace_back(lastDecorPos + decor.charCount - selected.fEnd, decor in mergeSelectionIntoDecorations()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp123 const char* decor; member
1276 specs["storage"] = CAPABILITIES[capIdx].decor; in addCompute16bitStorageUniform16To32Group()
1464 specs["storage"] = CAPABILITIES[capIdx].decor; in addCompute16bitStorageUniform16To32Group()
1666 specs["storage"] = CAPABILITIES[capIdx].decor; in addCompute16bitStorageUniform16To32ChainAccessGroup()
2161 specs["indecor"] = CAPABILITIES[capIdx].decor; in addGraphics16BitStorageUniformInt32To16Group()
2210 specs["indecor"] = CAPABILITIES[capIdx].decor; in addGraphics16BitStorageUniformInt32To16Group()
2406 const char* decor; in addCompute16bitStorageUniform32To16Group() member
2453 specs["storage"] = CAPABILITIES[capIdx].decor; in addCompute16bitStorageUniform32To16Group()
2457 specs["rounding"] = rndModes[rndModeIdx].decor; in addCompute16bitStorageUniform32To16Group()
2575 specs["storage"] = CAPABILITIES[capIdx].decor; in addCompute16bitStorageUniform32To16Group()
3269 const char* decor; addGraphics16BitStorageUniformFloat32To16Group() member
3620 const char* decor; addGraphics16BitStorageInputOutputFloat32To16Group() member
7498 const char* decor; addCompute16bitStorageUniform64To16Group() member
7625 const char* decor; addGraphics16BitStorageUniformFloat64To16Group() member
7973 const char* decor; addGraphics16BitStorageInputOutputFloat64To16Group() member
[all...]
H A DvktSpvAsm8bitStorageTests.cpp104 const char* decor; member
1078 specs["storage"] = CAPABILITIES[STORAGE_BUFFER_TEST].decor; in addCompute8bitStorage32To8Group()
1230 specs["storage"] = CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].decor; in addCompute8bitUniform8To32Group()
1554 specs["storage"] = CAPABILITIES[STORAGE_BUFFER_TEST].decor; in addCompute8bitStorage16To8Group()
1712 specs["storage"] = CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].decor; in addCompute8bitUniform8To16Group()
2415 specs["storage"] = CAPABILITIES[STORAGE_BUFFER_TEST].decor; in addCompute8bitStorageUniform32StructTo8StructGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp123 const char* decor; member
1276 specs["storage"] = CAPABILITIES[capIdx].decor; in addCompute16bitStorageUniform16To32Group()
1464 specs["storage"] = CAPABILITIES[capIdx].decor; in addCompute16bitStorageUniform16To32Group()
1666 specs["storage"] = CAPABILITIES[capIdx].decor; in addCompute16bitStorageUniform16To32ChainAccessGroup()
2161 specs["indecor"] = CAPABILITIES[capIdx].decor; in addGraphics16BitStorageUniformInt32To16Group()
2210 specs["indecor"] = CAPABILITIES[capIdx].decor; in addGraphics16BitStorageUniformInt32To16Group()
2406 const char* decor; in addCompute16bitStorageUniform32To16Group() member
2453 specs["storage"] = CAPABILITIES[capIdx].decor; in addCompute16bitStorageUniform32To16Group()
2457 specs["rounding"] = rndModes[rndModeIdx].decor; in addCompute16bitStorageUniform32To16Group()
2575 specs["storage"] = CAPABILITIES[capIdx].decor; in addCompute16bitStorageUniform32To16Group()
3269 const char* decor; addGraphics16BitStorageUniformFloat32To16Group() member
3618 const char* decor; addGraphics16BitStorageInputOutputFloat32To16Group() member
7496 const char* decor; addCompute16bitStorageUniform64To16Group() member
7623 const char* decor; addGraphics16BitStorageUniformFloat64To16Group() member
7969 const char* decor; addGraphics16BitStorageInputOutputFloat64To16Group() member
[all...]
H A DvktSpvAsm8bitStorageTests.cpp104 const char* decor; member
1078 specs["storage"] = CAPABILITIES[STORAGE_BUFFER_TEST].decor; in addCompute8bitStorage32To8Group()
1230 specs["storage"] = CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].decor; in addCompute8bitUniform8To32Group()
1554 specs["storage"] = CAPABILITIES[STORAGE_BUFFER_TEST].decor; in addCompute8bitStorage16To8Group()
1712 specs["storage"] = CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].decor; in addCompute8bitUniform8To16Group()
2415 specs["storage"] = CAPABILITIES[STORAGE_BUFFER_TEST].decor; in addCompute8bitStorageUniform32StructTo8StructGroup()
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl78 my $decor=".L";
95 elsif ($flavour eq "macosx") { $gas=1; $elf=0; $prefix="_"; $decor="L\$"; }
96 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; }
97 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; }
106 $decor="\$L\$";
315 $self->{label} =~ s/\.L/$decor/g;
441 $self->{value} =~ s/^\.L/$decor/;
456 $func .= "${decor}SEH_begin_$current_function->{name}:\n";
478 $func .= "${decor}SEH_begin_$current_function->{name}:";
510 $self->{value} =~ s/\.L/$decor/
[all...]
/third_party/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl78 my $decor=".L";
95 elsif ($flavour eq "macosx") { $gas=1; $elf=0; $prefix="_"; $decor="L\$"; }
96 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; }
97 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; }
106 $decor="\$L\$";
310 $self->{label} =~ s/\.L/$decor/g;
436 $self->{value} =~ s/^\.L/$decor/;
451 $func .= "${decor}SEH_begin_$current_function->{name}:\n";
473 $func .= "${decor}SEH_begin_$current_function->{name}:";
505 $self->{value} =~ s/\.L/$decor/
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddcadsp.h72 void (*decor)(int32_t *dst, const int32_t *src, int coeff, ptrdiff_t len); member
H A Ddcadsp.c475 s->decor = decor_c; in ff_dcadsp_init()
H A Ddca_xll.c674 s->dcadsp->decor(b->msb_sample_buffer[i * 2 + 1], in chs_filter_band_data()
/third_party/spirv-tools/source/val/
H A Dvalidate_image.cpp2144 spv::Decoration decor) { in ValidateImageProcessingQCOMDecoration()
2156 if (!_.HasDecoration(texture_id, decor)) { in ValidateImageProcessingQCOMDecoration()
2143 ValidateImageProcessingQCOMDecoration(ValidationState_t& _, int id, spv::Decoration decor) ValidateImageProcessingQCOMDecoration() argument
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp228 void addImageProcessingQCOMDecoration(spv::Id id, spv::Decoration decor);
9688 void TGlslangToSpvTraverser::addImageProcessingQCOMDecoration(spv::Id id, spv::Decoration decor) in addImageProcessingQCOMDecoration() argument
9698 builder.addDecoration(texid, decor); in addImageProcessingQCOMDecoration()

Completed in 44 milliseconds