Searched defs:layout (Results 126 - 150 of 250) sorted by relevance

12345678910

/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_image.c538 struct ilo_image_layout *layout)
543 layout->walk = image_get_gen7_walk(dev, info);
545 layout->walk = image_get_gen6_walk(dev, info);
547 layout->interleaved_samples =
550 layout->valid_tilings = image_get_gen6_valid_tilings(dev, info);
551 if (!layout->valid_tilings)
554 layout->tiling = image_get_gen6_tiling(dev, info, layout->valid_tilings);
557 layout->aux = ILO_IMAGE_AUX_HIZ;
559 image_get_gen7_mcs_enable(dev, info, layout
536 image_init_gen6_hardware_layout(const struct ilo_dev *dev, const struct ilo_image_info *info, struct ilo_image_layout *layout) argument
576 image_init_gen6_transfer_layout(const struct ilo_dev *dev, const struct ilo_image_info *info, struct ilo_image_layout *layout) argument
595 image_get_gen6_slice_size(const struct ilo_dev *dev, const struct ilo_image_info *info, const struct ilo_image_layout *layout, uint8_t level, int *width, int *height) argument
699 image_get_gen6_layer_count(const struct ilo_dev *dev, const struct ilo_image_info *info, const struct ilo_image_layout *layout) argument
715 image_get_gen6_walk_layer_heights(const struct ilo_dev *dev, const struct ilo_image_info *info, struct ilo_image_layout *layout) argument
779 image_get_gen6_monolithic_size(const struct ilo_dev *dev, const struct ilo_image_info *info, struct ilo_image_layout *layout, int max_x, int max_y) argument
845 image_get_gen6_lods(const struct ilo_dev *dev, const struct ilo_image_info *info, struct ilo_image_layout *layout) argument
967 image_get_gen6_layout(const struct ilo_dev *dev, const struct ilo_image_info *info, struct ilo_image_layout *layout) argument
1009 image_set_gen6_bo_size(struct ilo_image *img, const struct ilo_dev *dev, const struct ilo_image_info *info, const struct ilo_image_layout *layout) argument
1092 image_set_gen6_hiz(struct ilo_image *img, const struct ilo_dev *dev, const struct ilo_image_info *info, const struct ilo_image_layout *layout) argument
1262 image_set_gen7_mcs(struct ilo_image *img, const struct ilo_dev *dev, const struct ilo_image_info *info, const struct ilo_image_layout *layout) argument
1398 struct ilo_image_layout layout; local
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c525 return desc->layout == UTIL_FORMAT_LAYOUT_PLAIN ||
526 desc->layout == UTIL_FORMAT_LAYOUT_S3TC ||
527 desc->layout == UTIL_FORMAT_LAYOUT_RGTC;
547 unsigned layout; local
572 layout = util_format_description(dst_templ.format)->layout;
575 if (layout == UTIL_FORMAT_LAYOUT_PLAIN &&
604 if (layout == UTIL_FORMAT_LAYOUT_S3TC ||
605 layout == UTIL_FORMAT_LAYOUT_RGTC) {
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_perfcounter.c74 unsigned layout; member in struct:si_pc_block_base
110 .layout = SI_PC_MULTI_ALTERNATE,
125 .layout = SI_PC_MULTI_CUSTOM | SI_PC_REG_REVERSE,
135 .layout = SI_PC_MULTI_ALTERNATE | SI_PC_REG_REVERSE,
145 .layout = SI_PC_MULTI_ALTERNATE | SI_PC_REG_REVERSE,
156 .layout = SI_PC_MULTI_ALTERNATE,
166 .layout = SI_PC_MULTI_TAIL,
196 .layout = SI_PC_MULTI_TAIL,
207 .layout = SI_PC_MULTI_ALTERNATE,
219 .layout
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c107 st->layout = LINEAR;
314 enum nouveau_surface_layout layout = local
335 .layout = layout,
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dstorage.c392 // Memory layout management.
401 MessageLayout* layout = ALLOC(MessageLayout); local
407 layout->fields = ALLOC_N(MessageField, nfields);
420 // Allocate |field_size| bytes for this field in the layout.
429 layout->fields[upb_fielddef_index(field)].offset = off;
430 layout->fields[upb_fielddef_index(field)].case_offset =
464 layout->fields[upb_fielddef_index(field)].offset = off;
484 layout->fields[upb_fielddef_index(field)].case_offset = off;
489 layout->size = off;
491 layout
497 free_layout(MessageLayout* layout) argument
517 slot_memory(MessageLayout* layout, const void* storage, const upb_fielddef* field) argument
524 slot_oneof_case(MessageLayout* layout, const void* storage, const upb_fielddef* field) argument
532 layout_get(MessageLayout* layout, const void* storage, const upb_fielddef* field) argument
606 layout_set(MessageLayout* layout, void* storage, const upb_fielddef* field, VALUE val) argument
648 layout_init(MessageLayout* layout, void* storage) argument
707 layout_mark(MessageLayout* layout, void* storage) argument
728 layout_dup(MessageLayout* layout, void* to, void* from) argument
755 layout_deep_copy(MessageLayout* layout, void* to, void* from) argument
784 layout_eq(MessageLayout* layout, void* msg1, void* msg2) argument
824 layout_hash(MessageLayout* layout, void* storage) argument
840 layout_inspect(MessageLayout* layout, void* storage) argument
[all...]
/external/skia/gm/
H A Dmultipicturedraw.cpp466 MultiPictureDraw(Content content, Layout layout) : fContent(content), fLayout(layout) { argument
/external/skia/src/sksl/
H A DSkSLGLSLCodeGenerator.cpp273 // We only declare "gl_FragCoord" when we're in the case where we want to use layout qualifiers
286 fHeader.writeText("layout(origin_upper_left) in vec4 gl_FragCoord;\n");
538 String layout = modifiers.fLayout.description(); local
539 if (layout.size()) {
540 this->write(layout + " ");
/external/skia/src/views/
H A DSkView.cpp448 SkView::Layout* layout = this->getLayout(); local
450 if (layout) {
451 layout->layoutChildren(this);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
H A DUiFacade.java531 @RpcParameter(name = "layout", description = "String containing View layout") String layout,
536 mFullScreenTask.setLayout(layout);
541 mFullScreenTask = new FullScreenTask(layout, title);
586 @RpcParameter(name = "id", description = "id of layout widget") String id) {
595 @RpcParameter(name = "id", description = "id of layout widget") String id,
606 @RpcParameter(name = "id", description = "id of layout widget") String id,
530 fullShow( @pcParametername = �, description = �) String layout, @RpcParameter(name = �, description = �) @RpcOptional String title) argument
/external/swiftshader/src/OpenGL/compiler/
H A DOutputASM.h78 TLayoutBlockStorage layout, bool isRowMajorLayout, int registerIndex, int blockId);
83 TLayoutBlockStorage layout; member in struct:glsl::UniformBlock
121 // Block layout according to the std140 block layout
/external/valgrind/exp-sgcheck/
H A Dh_main.c610 const VexGuestLayout* layout,
644 pce.guest_state_sizeB = layout->total_sizeB;
684 layout, gWordTy, hWordTy );
691 layout, gWordTy, hWordTy );
608 h_instrument( VgCallbackClosure* closure, IRSB* sbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/lackey/
H A Dlk_main.c129 // - Valgrind tools layout memory differently to normal programs, so the
655 const VexGuestLayout* layout,
653 lk_instrument( VgCallbackClosure* closure, IRSB* sbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/vulkan-validation-layers/layers/
H A Dcore_validation.h134 VkImageLayout layout; member in struct:IMAGE_LAYOUT_NODE
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
H A DPlot.java66 * In an xml layout:
563 public synchronized void layout(final DisplayDimensions dims) { method in class:Plot
565 layoutManager.layout(displayDims);
601 layout(new DisplayDimensions(cRect, mRect, pRect));
/external/deqp/framework/opengl/
H A DgluVarType.hpp215 const char* getFormatLayoutName (FormatLayout layout);
263 Layout layout; member in struct:glu::VariableDeclaration
275 glu::Layout layout; member in struct:glu::InterfaceBlock
/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1318 const char* layout; member in struct:deqp::gles2::Functional::__anon4414::ProgramUniformCase::UniformType
1369 frag << uniformTypes[ndx].layout << "uniform " << uniformTypes[ndx].precision << " " << uniformTypes[ndx].declaration << " uniformValue" << uniformTypes[ndx].postDeclaration << ";\n";
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc32 #include "hb-ot-layout-private.hh"
34 #include "hb-ot-layout-gdef-table.hh"
35 #include "hb-ot-layout-gsub-table.hh"
36 #include "hb-ot-layout-gpos-table.hh"
37 #include "hb-ot-layout-jstf-table.hh" // Just so we compile it; unused otherwise.
47 hb_ot_layout_t *layout = (hb_ot_layout_t *) calloc (1, sizeof (hb_ot_layout_t)); local
48 if (unlikely (!layout))
51 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
52 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout
168 _hb_ot_layout_destroy(hb_ot_layout_t *layout) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/math/
H A DBigDecimal.java365 * This property is an optimization; it allows us to defer number layout until it is actually needed as a string,
1947 } else { // need proper layout
1948 lca = this.layout(); // layout to character array
1949 rca = rhs.layout();
1983 * Returns the <code>String</code> representation of this <code>BigDecimal</code>, modified by layout parameters.
2026 * Returns the <code>String</code> representation of this <code>BigDecimal</code>, modified by layout parameters and
2171 * to the rules of exponential layout if necessary (e.g., we cannot end up with 10.0 if scientific).
2220 // we must have had a carry, so will need to recheck the layout
2227 a = num.layout(); // la
2883 private char[] layout() { method in class:BigDecimal
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
H A DBigDecimal.java374 * This property is an optimization; it allows us to defer number layout until it is actually needed as a string,
1993 } else { // need proper layout
1994 lca = this.layout(); // layout to character array
1995 rca = rhs.layout();
2029 * Returns the <code>String</code> representation of this <code>BigDecimal</code>, modified by layout parameters.
2073 * Returns the <code>String</code> representation of this <code>BigDecimal</code>, modified by layout parameters and
2219 * to the rules of exponential layout if necessary (e.g., we cannot end up with 10.0 if scientific).
2268 // we must have had a carry, so will need to recheck the layout
2275 a = num.layout(); // la
2948 private char[] layout() { method in class:BigDecimal
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java376 * This property is an optimization; it allows us to defer number layout until it is actually needed as a string,
1998 } else { // need proper layout
1999 lca = this.layout(); // layout to character array
2000 rca = rhs.layout();
2035 * Returns the <code>String</code> representation of this <code>BigDecimal</code>, modified by layout parameters.
2079 * Returns the <code>String</code> representation of this <code>BigDecimal</code>, modified by layout parameters and
2225 * to the rules of exponential layout if necessary (e.g., we cannot end up with 10.0 if scientific).
2274 // we must have had a carry, so will need to recheck the layout
2281 a = num.layout(); // la
2958 private char[] layout() { method in class:BigDecimal
[all...]
/external/kernel-headers/original/uapi/linux/raid/
H A Dmd_p.h2 md_p.h : physical layout of Linux RAID devices
184 __u32 new_layout; /* 16 new layout */
191 __u32 layout; /* 0 the array's physical layout */ member in struct:mdp_superblock_s
240 __le32 layout; /* only for raid5 and raid10 currently */ member in struct:mdp_superblock_1
254 __le32 new_layout; /* new layout */
257 * layout. 0 == no-change. This can be
/external/libopus/src/
H A Dopus_multistream_encoder.c83 ChannelLayout layout; member in struct:OpusMSEncoder
105 for (s=0;s<st->layout.nb_streams;s++)
107 if (s < st->layout.nb_coupled_streams)
113 return (opus_val32*)(void*)(ptr+st->layout.nb_channels*120*sizeof(opus_val32));
125 for (s=0;s<st->layout.nb_streams;s++)
127 if (s < st->layout.nb_coupled_streams)
136 static int validate_encoder_layout(const ChannelLayout *layout) argument
139 for (s=0;s<layout->nb_streams;s++)
141 if (s < layout->nb_coupled_streams)
143 if (get_left_channel(layout,
[all...]
/external/mesa3d/src/amd/vulkan/
H A Dradv_image.c886 VkImageLayout layout)
888 return (layout == VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL ||
889 layout == VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL);
893 VkImageLayout layout)
895 return layout == VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL;
899 VkImageLayout layout)
901 return (layout == VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL ||
902 layout == VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL);
906 VkImageLayout layout,
909 return layout
885 radv_layout_has_htile(const struct radv_image *image, VkImageLayout layout) argument
892 radv_layout_is_htile_compressed(const struct radv_image *image, VkImageLayout layout) argument
898 radv_layout_can_expclear(const struct radv_image *image, VkImageLayout layout) argument
905 radv_layout_can_fast_clear(const struct radv_image *image, VkImageLayout layout, unsigned queue_mask) argument
[all...]
H A Dradv_meta_clear.c242 .layout = VK_IMAGE_LAYOUT_GENERAL,
247 .layout = VK_IMAGE_LAYOUT_GENERAL,
529 .layout = VK_IMAGE_LAYOUT_GENERAL,
614 VkImageLayout layout,
624 radv_layout_can_expclear(iview->image, layout) &&
635 VkImageLayout layout,
639 bool fast = depth_view_can_fast_clear(iview, layout, clear_rect);
728 subpass->depth_stencil_attachment.layout,
736 if (depth_view_can_fast_clear(iview, subpass->depth_stencil_attachment.layout, clear_rect))
834 VkImageLayout image_layout = subpass->color_attachments[subpass_att].layout;
613 depth_view_can_fast_clear(const struct radv_image_view *iview, VkImageLayout layout, const VkClearRect *clear_rect) argument
631 pick_depthstencil_pipeline(struct radv_meta_state *meta_state, const struct radv_image_view *iview, int samples_log2, VkImageAspectFlags aspects, VkImageLayout layout, const VkClearRect *clear_rect, VkClearDepthStencilValue clear_value) argument
[all...]
H A Dradv_pipeline.c405 struct radv_pipeline_layout *layout,
418 options.layout = layout;
456 struct radv_pipeline_layout *layout,
471 radv_hash_shader(sha1, module, entrypoint, spec_info, layout, key);
487 variant = radv_shader_variant_create(pipeline->device, nir, layout, key,
1320 pipeline->layout = radv_pipeline_layout_from_handle(pCreateInfo->layout);
1342 pipeline->layout, &key);
1367 pipeline->layout,
403 radv_shader_variant_create(struct radv_device *device, struct nir_shader *shader, struct radv_pipeline_layout *layout, const union ac_shader_variant_key *key, void** code_out, unsigned *code_size_out, bool dump) argument
450 radv_pipeline_compile(struct radv_pipeline *pipeline, struct radv_pipeline_cache *cache, struct radv_shader_module *module, const char *entrypoint, gl_shader_stage stage, const VkSpecializationInfo *spec_info, struct radv_pipeline_layout *layout, const union ac_shader_variant_key *key) argument
[all...]

Completed in 1065 milliseconds

12345678910