/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmVariablePointersTests.cpp | 382 map<string, string> specs; in addPhysicalOrVariablePointersComputeGroup() local 384 specs["ExtraCapability"] = extraCap; in addPhysicalOrVariablePointersComputeGroup() 385 specs["ExtraTypes"] = ""; in addPhysicalOrVariablePointersComputeGroup() 386 specs["ExtraGlobalScopeVars"] = ""; in addPhysicalOrVariablePointersComputeGroup() 387 specs["ExtraFunctionScopeVars"] = ""; in addPhysicalOrVariablePointersComputeGroup() 388 specs["ExtraSetupComputations"] = ""; in addPhysicalOrVariablePointersComputeGroup() 389 specs["ExtraDecorations"] = ""; in addPhysicalOrVariablePointersComputeGroup() 390 specs["VarPtrName"] = "%mux_output_var_ptr"; in addPhysicalOrVariablePointersComputeGroup() 391 …specs["ResultStrategy"] = "%mux_output_var_ptr = OpSelect %sb_f32ptr %is_neg" + muxInput1 + muxI… in addPhysicalOrVariablePointersComputeGroup() 393 spec.assembly = shaderTemplate.specialize(specs); in addPhysicalOrVariablePointersComputeGroup() [all …]
|
D | vktSpvAsm8bitStorageTests.cpp | 1074 map<string, string> specs; in addCompute8bitStorage32To8Group() local 1077 specs["capability"] = CAPABILITIES[STORAGE_BUFFER_TEST].cap; in addCompute8bitStorage32To8Group() 1078 specs["storage"] = CAPABILITIES[STORAGE_BUFFER_TEST].decor; in addCompute8bitStorage32To8Group() 1079 specs["stride"] = cTypes[tyIdx].stride; in addCompute8bitStorage32To8Group() 1080 specs["base32"] = cTypes[tyIdx].base32; in addCompute8bitStorage32To8Group() 1081 specs["base8"] = cTypes[tyIdx].base8; in addCompute8bitStorage32To8Group() 1082 specs["types"] = cTypes[tyIdx].types; in addCompute8bitStorage32To8Group() 1083 specs["convert"] = cTypes[tyIdx].opcode; in addCompute8bitStorage32To8Group() 1085 spec.assembly = shaderTemplate.specialize(specs); in addCompute8bitStorage32To8Group() 1224 map<string, string> specs; in addCompute8bitUniform8To32Group() local [all …]
|
D | vktSpvAsm16bitStorageTests.cpp | 1272 map<string, string> specs; in addCompute16bitStorageUniform16To32Group() local 1275 specs["capability"] = CAPABILITIES[capIdx].cap; in addCompute16bitStorageUniform16To32Group() 1276 specs["storage"] = CAPABILITIES[capIdx].decor; in addCompute16bitStorageUniform16To32Group() 1277 specs["stride"] = cTypes[capIdx][tyIdx].stride; in addCompute16bitStorageUniform16To32Group() 1278 specs["base32"] = cTypes[capIdx][tyIdx].base32; in addCompute16bitStorageUniform16To32Group() 1279 specs["base16"] = cTypes[capIdx][tyIdx].base16; in addCompute16bitStorageUniform16To32Group() 1280 specs["types"] = floatTypes; in addCompute16bitStorageUniform16To32Group() 1281 specs["convert"] = "OpFConvert"; in addCompute16bitStorageUniform16To32Group() 1282 specs["constarrayidx"] = de::toString(cTypes[capIdx][tyIdx].constantIndex); in addCompute16bitStorageUniform16To32Group() 1284 specs["arrayindex"] = "c_i32_ci"; in addCompute16bitStorageUniform16To32Group() [all …]
|
D | vktSpvAsmIndexingTests.cpp | 96 map<string, string> specs; in addComputeIndexingStructTests() local 207 …specs["accesschain"] = "OpAccessChain %_ptr_Uniform_float %inputFirstElement %idx_0 %i0 %i1 %i2 … in addComputeIndexingStructTests() 208 specs["inputdecoration"] = "BufferBlock"; in addComputeIndexingStructTests() 209 specs["inputstorageclass"] = "Uniform"; in addComputeIndexingStructTests() 212 …specs["accesschain"] = "OpInBoundsAccessChain %_ptr_Uniform_float %inputFirstElement %idx_0 %i0 … in addComputeIndexingStructTests() 213 specs["inputdecoration"] = "BufferBlock"; in addComputeIndexingStructTests() 214 specs["inputstorageclass"] = "Uniform"; in addComputeIndexingStructTests() 218 …specs["accesschain"] = "OpPtrAccessChain %_ptr_StorageBuffer_float %inputFirstElement %idx_1 %id… in addComputeIndexingStructTests() 219 specs["inputdecoration"] = "Block"; in addComputeIndexingStructTests() 220 specs["inputstorageclass"] = "StorageBuffer"; in addComputeIndexingStructTests() [all …]
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_screen.c | 202 return screen->specs.stream_count; in etna_screen_get_param() 209 return DBG_ENABLED(ETNA_DBG_NIR) && screen->specs.halti >= 2; in etna_screen_get_param() 212 return screen->specs.max_texture_size; in etna_screen_get_param() 216 int log2_max_tex_size = util_last_bit(screen->specs.max_texture_size); in etna_screen_get_param() 228 return screen->specs.seamless_cube_map; in etna_screen_get_param() 255 return screen->specs.max_varyings; in etna_screen_get_param() 287 return util_last_bit(screen->specs.max_texture_size); in etna_screen_get_paramf() 304 bool ubo_enable = screen->specs.halti >= 2 && DBG_ENABLED(ETNA_DBG_NIR); in etna_screen_get_shader_param() 336 return shader == PIPE_SHADER_FRAGMENT ? screen->specs.max_varyings in etna_screen_get_shader_param() 337 : screen->specs.vertex_max_elements; in etna_screen_get_shader_param() [all …]
|
/external/u-boot/api/ |
D | api_storage.c | 43 static struct stor_spec specs[ENUM_MAX] = { { 0, 0, 0, 0, NULL }, }; variable 52 specs[ENUM_IDE].max_dev = CONFIG_SYS_IDE_MAXDEVICE; in dev_stor_init() 53 specs[ENUM_IDE].enum_started = 0; in dev_stor_init() 54 specs[ENUM_IDE].enum_ended = 0; in dev_stor_init() 55 specs[ENUM_IDE].type = DEV_TYP_STOR | DT_STOR_IDE; in dev_stor_init() 56 specs[ENUM_IDE].name = "ide"; in dev_stor_init() 59 specs[ENUM_MMC].max_dev = CONFIG_SYS_MMC_MAX_DEVICE; in dev_stor_init() 60 specs[ENUM_MMC].enum_started = 0; in dev_stor_init() 61 specs[ENUM_MMC].enum_ended = 0; in dev_stor_init() 62 specs[ENUM_MMC].type = DEV_TYP_STOR | DT_STOR_MMC; in dev_stor_init() [all …]
|
/external/mesa3d/docs/ |
D | extensions.rst | 7 - `MESA_agp_offset.spec <specs/OLD/MESA_agp_offset.spec>`__ 8 - `MESA_copy_sub_buffer.spec <specs/MESA_copy_sub_buffer.spec>`__ 9 - `MESA_drm_image.spec <specs/MESA_drm_image.spec>`__ 10 - `MESA_multithread_makecurrent.spec <specs/MESA_multithread_makecurrent.spec>`__ 11 - `MESA_packed_depth_stencil.spec <specs/OLD/MESA_packed_depth_stencil.spec>`__ 13 - `MESA_pack_invert.spec <specs/MESA_pack_invert.spec>`__ 14 - `MESA_pixmap_colormap.spec <specs/MESA_pixmap_colormap.spec>`__ 15 - `MESA_program_debug.spec <specs/OLD/MESA_program_debug.spec>`__ 17 - `MESA_release_buffers.spec <specs/MESA_release_buffers.spec>`__ 18 - `MESA_resize_buffers.spec <specs/OLD/MESA_resize_buffers.spec>`__ [all …]
|
/external/toolchain-utils/bestflags/ |
D | testing_batch.py | 45 def _GenerateRandomRasks(specs): argument 57 for spec in specs: 76 def _GenerateAllFlagsTasks(specs): argument 91 for spec in specs: 107 def GenerateRandomGATasks(specs, num_tasks, num_trials): argument 124 new_flag = FlagSet([Flag(spec) for spec in specs if random.randint(0, 1)]) 136 def _GenerateInitialFlags(specs, spec): argument 161 for other_spec in specs: 186 def _GenerateAllIterativeEliminationTasks(specs): argument 211 for spec in specs: [all …]
|
D | genetic_algorithm.py | 38 def RandomMutate(specs, flag_set, mutation_rate): argument 52 for spec in specs: 93 def ReproduceWith(self, other, specs, mutation_rate): argument 140 return RandomMutate(specs, FlagSet(output_flags), mutation_rate) 168 def InitMetaData(stop_threshold, num_chromosomes, num_trials, specs, argument 185 GAGeneration.SPECS = specs 244 specs = GAGeneration.SPECS 268 child = mother.ReproduceWith(father, specs, mutation_rate) 280 child = RandomMutate(specs, keep_task.GetFlags(), mutation_rate)
|
/external/skia/src/gpu/ccpr/ |
D | GrCCAtlas.cpp | 13 static SkISize choose_initial_atlas_size(const GrCCAtlas::Specs& specs) { in choose_initial_atlas_size() argument 16 int log2area = SkNextLog2(std::max(specs.fApproxNumPixels, 1)); in choose_initial_atlas_size() 20 width = SkTPin(width, specs.fMinTextureSize, specs.fMaxPreferredTextureSize); in choose_initial_atlas_size() 21 height = SkTPin(height, specs.fMinTextureSize, specs.fMaxPreferredTextureSize); in choose_initial_atlas_size() 26 static int choose_max_atlas_size(const GrCCAtlas::Specs& specs, const GrCaps& caps) { in choose_max_atlas_size() argument 27 return (std::max(specs.fMinHeight, specs.fMinWidth) <= specs.fMaxPreferredTextureSize) ? in choose_max_atlas_size() 28 specs.fMaxPreferredTextureSize : caps.maxRenderTargetSize(); in choose_max_atlas_size() 31 GrCCAtlas::GrCCAtlas(CoverageType coverageType, const Specs& specs, const GrCaps& caps) in GrCCAtlas() argument 34 choose_initial_atlas_size(specs), choose_max_atlas_size(specs, caps), caps) in GrCCAtlas() 36 SkASSERT(specs.fMaxPreferredTextureSize > 0); in GrCCAtlas()
|
D | GrCCPerFlushResources.cpp | 162 static int inst_buffer_count(const GrCCPerFlushResourceSpecs& specs) { in inst_buffer_count() argument 163 return specs.fNumCachedPaths + in inst_buffer_count() 165 (specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]) * 2 + in inst_buffer_count() 166 specs.fNumRenderedPaths[kFillIdx] + specs.fNumRenderedPaths[kStrokeIdx]; in inst_buffer_count() 172 const GrCCPerFlushResourceSpecs& specs) in GrCCPerFlushResources() argument 176 : fLocalDevPtsBuffer(std::max(specs.fRenderedPathStats[kFillIdx].fMaxPointsPerPath, in GrCCPerFlushResources() 177 specs.fRenderedPathStats[kStrokeIdx].fMaxPointsPerPath) + 1) in GrCCPerFlushResources() 181 specs.fNumRenderedPaths[kFillIdx] + specs.fNumClipPaths, in GrCCPerFlushResources() 182 specs.fRenderedPathStats[kFillIdx].fNumTotalSkPoints, in GrCCPerFlushResources() 183 specs.fRenderedPathStats[kFillIdx].fNumTotalSkVerbs, in GrCCPerFlushResources() [all …]
|
/external/angle/src/libANGLE/renderer/gl/ |
D | FeatureSupportGL.md | 7 …r objects|3.0|[GL_EXT_framebuffer_object](https://www.opengl.org/registry/specs/EXT/framebuffer_ob… 8 |Blit framebuffer|3.0|[GL_EXT_framebuffer_blit](https://www.opengl.org/registry/specs/EXT/framebuff… 9 |Multisampling|3.0|[GL_EXT_framebuffer_multisample](https://www.opengl.org/registry/specs/EXT/frame… 10 |Depth textures|3.0|[GL_ARB_depth_texture](https://www.opengl.org/registry/specs/ARB/depth_texture.… 11 …ttps://www.opengl.org/registry/specs/ARB/draw_buffers.txt) or [GL_EXT_draw_buffers2](https://www.o… 12 |3D textures|1.2|[GL_EXT_texture3D](https://www.opengl.org/registry/specs/EXT/texture3D.txt)|3.0|[G… 13 |Array textures|3.0|[GL_EXT_texture_array](https://www.opengl.org/registry/specs/EXT/texture_array.… 15 |Uniform buffer object|3.1|[GL_ARB_uniform_buffer_object](https://www.opengl.org/registry/specs/ARB… 16 |Sync objects|3.2|[GL_ARB_sync](https://www.opengl.org/registry/specs/ARB/sync.txt)|3.0|--|| 17 …fence](https://www.opengl.org/registry/specs/NV/fence.txt)|--|[GL_NV_fence](https://www.opengl.org… [all …]
|
/external/skia/infra/bots/gen_tasks_logic/ |
D | gen_tasks_logic.go | 70 CACHES_GIT = []*specs.Cache{ 71 &specs.Cache{ 75 &specs.Cache{ 80 CACHES_GO = []*specs.Cache{ 81 &specs.Cache{ 85 &specs.Cache{ 90 CACHES_WORKDIR = []*specs.Cache{ 91 &specs.Cache{ 96 CACHES_CCACHE = []*specs.Cache{ 97 &specs.Cache{ [all …]
|
/external/skqp/infra/bots/ |
D | gen_tasks.go | 118 CACHES_GIT = []*specs.Cache{ 119 &specs.Cache{ 123 &specs.Cache{ 128 CACHES_GO = []*specs.Cache{ 129 &specs.Cache{ 134 CACHES_WORKDIR = []*specs.Cache{ 135 &specs.Cache{ 140 CACHES_DOCKER = []*specs.Cache{ 141 &specs.Cache{ 152 CIPD_PKGS_PYTHON = []*specs.CipdPackage{ [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | mlir_tf2xla.cc | 51 GraphImportConfig* specs) { in ConvertInputInfo() argument 68 return ParseInputArrayInfo(array_names, data_types, shapes, &specs->inputs); in ConvertInputInfo() 74 GraphImportConfig* specs) { in ConvertOutputInfo() argument 80 return ParseOutputArrayInfo(array_names, &specs->outputs); in ConvertOutputInfo() 90 GraphImportConfig specs; in ConvertGraphDefToXlaViaMlir() local 91 specs.prune_unused_nodes = true; in ConvertGraphDefToXlaViaMlir() 92 specs.convert_legacy_fed_inputs = false; in ConvertGraphDefToXlaViaMlir() 93 specs.graph_as_function = false; in ConvertGraphDefToXlaViaMlir() 94 specs.upgrade_legacy = false; in ConvertGraphDefToXlaViaMlir() 95 TF_RETURN_IF_ERROR(ConvertInputInfo(config, &specs)); in ConvertGraphDefToXlaViaMlir() [all …]
|
/external/autotest/server/cros/dynamic_suite/ |
D | host_spec_unittest.py | 94 specs = [host_spec.HostSpec(['l1']), host_spec.HostSpec(['l2'])] 95 hosts_per_spec = {specs[0]: host_list[:1], specs[1]: host_list[1:]} 101 self.assertTrue(specs[1] in group.doomed_specs) 112 specs = [host_spec.HostSpec(['l1']), 115 hosts_per_spec = {specs[0]: host_list[:1], 116 specs[1]: host_list[1:2], 117 specs[2]: host_list[2:]} 155 specs = [host_spec.HostSpec(['l1'], ['l3']), 160 group.add_host_for_spec(specs[0], None) 161 group.add_host_for_spec(specs[1], FakeHost('h1')) [all …]
|
/external/fmtlib/include/fmt/ |
D | printf.h | 153 explicit printf_width_handler(format_specs& specs) : specs_(specs) {} 212 this->specs()->type = 0; 217 this->specs()->type = 0; 231 printf_arg_formatter(iterator iter, format_specs& specs, context_type& ctx) 232 : base(Range(iter), &specs, internal::locale_ref()), context_(ctx) {} 239 format_specs& fmt_specs = *this->specs(); 244 format_specs& fmt_specs = *this->specs(); 266 else if (this->specs()->type == 'p') 277 else if (this->specs()->type == 'p') 293 this->specs()->type = 0; [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | tf_mlir_translate.cc | 62 GraphImportConfig specs; in GraphdefToMlirImport() local 63 specs.prune_unused_nodes = prune_unused_nodes; in GraphdefToMlirImport() 64 specs.convert_legacy_fed_inputs = convert_legacy_fed_inputs; in GraphdefToMlirImport() 65 specs.graph_as_function = graph_as_function; in GraphdefToMlirImport() 66 specs.upgrade_legacy = upgrade_legacy; in GraphdefToMlirImport() 68 input_shapes, &specs.inputs)); in GraphdefToMlirImport() 69 TF_RETURN_IF_ERROR(ParseOutputArrayInfo(output_arrays, &specs.outputs)); in GraphdefToMlirImport() 71 ParseOutputArrayInfo(control_output_arrays, &specs.control_outputs)); in GraphdefToMlirImport() 75 if (specs.prune_unused_nodes) { in GraphdefToMlirImport() 77 terminal_nodes.reserve(specs.outputs.size() + specs.inputs.size()); in GraphdefToMlirImport() [all …]
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliteratorIDParser.java | 153 Specs specs = parseFilterID(id, pos, true); in parseFilterID() local 154 if (specs == null) { in parseFilterID() 160 SingleID single = specsToID(specs, FORWARD); in parseFilterID() 161 single.filter = specs.filter; in parseFilterID() 700 private static SingleID specsToID(Specs specs, int dir) { in specsToID() argument 704 if (specs != null) { in specsToID() 707 if (specs.sawSource) { in specsToID() 708 buf.append(specs.source).append(TARGET_SEP); in specsToID() 710 basicPrefix = specs.source + TARGET_SEP; in specsToID() 712 buf.append(specs.target); in specsToID() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TransliteratorIDParser.java | 154 Specs specs = parseFilterID(id, pos, true); in parseFilterID() local 155 if (specs == null) { in parseFilterID() 161 SingleID single = specsToID(specs, FORWARD); in parseFilterID() 162 single.filter = specs.filter; in parseFilterID() 701 private static SingleID specsToID(Specs specs, int dir) { in specsToID() argument 705 if (specs != null) { in specsToID() 708 if (specs.sawSource) { in specsToID() 709 buf.append(specs.source).append(TARGET_SEP); in specsToID() 711 basicPrefix = specs.source + TARGET_SEP; in specsToID() 713 buf.append(specs.target); in specsToID() [all …]
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCAtlas.cpp | 51 GrCCAtlas::GrCCAtlas(CoverageType coverageType, const Specs& specs, const GrCaps& caps) in GrCCAtlas() argument 53 , fMaxTextureSize(SkTMax(SkTMax(specs.fMinHeight, specs.fMinWidth), in GrCCAtlas() 54 specs.fMaxPreferredTextureSize)) { in GrCCAtlas() 58 SkASSERT(specs.fMaxPreferredTextureSize > 0); in GrCCAtlas() 62 int log2area = SkNextLog2(SkTMax(specs.fApproxNumPixels, 1)); in GrCCAtlas() 66 fWidth = SkTClamp(fWidth, specs.fMinTextureSize, specs.fMaxPreferredTextureSize); in GrCCAtlas() 67 fHeight = SkTClamp(fHeight, specs.fMinTextureSize, specs.fMaxPreferredTextureSize); in GrCCAtlas() 69 if (fWidth < specs.fMinWidth || fHeight < specs.fMinHeight) { in GrCCAtlas() 72 fWidth = SkTMin(specs.fMinWidth + kPadding, fMaxTextureSize); in GrCCAtlas() 73 fHeight = SkTMin(specs.fMinHeight + kPadding, fMaxTextureSize); in GrCCAtlas()
|
D | GrCCPerFlushResources.cpp | 140 static int inst_buffer_count(const GrCCPerFlushResourceSpecs& specs) { in inst_buffer_count() argument 141 return specs.fNumCachedPaths + in inst_buffer_count() 143 (specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]) * 2 + in inst_buffer_count() 144 specs.fNumRenderedPaths[kFillIdx] + specs.fNumRenderedPaths[kStrokeIdx]; in inst_buffer_count() 149 const GrCCPerFlushResourceSpecs& specs) in GrCCPerFlushResources() argument 153 : fLocalDevPtsBuffer(SkTMax(specs.fRenderedPathStats[kFillIdx].fMaxPointsPerPath, in GrCCPerFlushResources() 154 specs.fRenderedPathStats[kStrokeIdx].fMaxPointsPerPath) + 1) in GrCCPerFlushResources() 155 , fFiller(specs.fNumRenderedPaths[kFillIdx] + specs.fNumClipPaths, in GrCCPerFlushResources() 156 specs.fRenderedPathStats[kFillIdx].fNumTotalSkPoints, in GrCCPerFlushResources() 157 specs.fRenderedPathStats[kFillIdx].fNumTotalSkVerbs, in GrCCPerFlushResources() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | tridpars.cpp | 222 Specs* specs = parseFilterID(id, pos, TRUE); in parseFilterID() local 223 if (specs == NULL) { in parseFilterID() 229 SingleID* single = specsToID(specs, FORWARD); in parseFilterID() 231 single->filter = specs->filter; in parseFilterID() 233 delete specs; in parseFilterID() 818 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { in specsToID() argument 822 if (specs != NULL) { in specsToID() 825 if (specs->sawSource) { in specsToID() 826 buf.append(specs->source).append(TARGET_SEP); in specsToID() 828 basicPrefix = specs->source; in specsToID() [all …]
|
/external/emma/ant/ant14/com/vladium/emma/instr/ |
D | FilterCfg.java | 45 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); in setValue() local 47 for (int i = 0; i < specs.length; ++ i) in setValue() 49 final String spec = specs [i]; in setValue() 73 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); in setIncludes() local 75 for (int i = 0; i < specs.length; ++ i) in setIncludes() 77 final String spec = specs [i]; in setIncludes() 95 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); in setExcludes() local 97 for (int i = 0; i < specs.length; ++ i) in setExcludes() 99 final String spec = specs [i]; in setExcludes()
|
/external/selinux/libselinux/utils/ |
D | sefcontext_compile.c | 98 struct spec *specs = data->spec_arr; in write_binary_file() local 178 char *context = specs[i].lr.ctx_raw; in write_binary_file() 179 char *regex_str = specs[i].regex_str; in write_binary_file() 180 mode_t mode = specs[i].mode; in write_binary_file() 181 size_t prefix_len = specs[i].prefix_len; in write_binary_file() 182 int32_t stem_id = specs[i].stem_id; in write_binary_file() 183 struct regex_data *re = specs[i].regex; in write_binary_file() 220 to_write = specs[i].hasMetaChars; in write_binary_file() 248 struct spec *specs = data->spec_arr; in free_specs() local 253 free(specs[i].lr.ctx_raw); in free_specs() [all …]
|