/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
VulkanDeviceInfo.java | 48 * format capabilities as an array of formats, where each format is an array containing a number 50 * allow array-of-array, we instead store formats as an array of uniform structs, So instead of 97 private static final String KEY_FORMATS = "formats"; 569 JSONArray formats = device.getJSONArray(KEY_FORMATS); local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageAtomicOperationTests.cpp | 945 static const tcu::TextureFormat formats[] = local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineSamplerTests.cpp | 188 // \note We don't want to perform normalization on any compressed formats. 778 const VkFormat formats[] = local 780 // Packed formats 792 // Pairwise combinations of 8-bit channel formats, UNORM/SNORM/SINT/UINT/SRGB type x 1-to-4 channels x RGBA/BGRA order 815 // Pairwise combinations of 16/32-bit channel formats x SINT/UINT/SFLOAT type x 1-to-4 channels 828 // Scaled formats 832 // Compressed formats 862 de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Tests samplable formats")); 864 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) 866 const VkFormat format = formats[formatNdx] [all...] |
vktPipelineVertexInputTests.cpp | 380 //double formats with more than 2 components will take 2 locations 811 // Create vertex attribute array and check if their VK formats are supported 1669 const std::vector<VkFormat>& formats = compatibleFormats[glslTypes[attributeNdx]].compatibleVkFormats; local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesMipmapSparseResidency.cpp | 570 static const tcu::TextureFormat formats[] = local 585 for (deInt32 formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) 587 const tcu::TextureFormat& format = formats[formatNdx];
|
vktSparseResourcesImageSparseResidency.cpp | 768 static const tcu::TextureFormat formats[] = local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cnumtst.c | 1676 UNumberFormat *formats[5]; local [all...] |
/frameworks/native/vulkan/libvulkan/ |
swapchain.cpp | 346 VkSurfaceFormatKHR* formats) { 347 // TODO(jessehall): Fill out the set of supported formats. Longer term, add 350 // Vulkan format. Shorter term, just add a few more formats to the ones 361 if (formats) { 364 std::copy(kFormats, kFormats + std::min(*count, kNumFormats), formats); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertyFactory.java | 196 EnumSet<Format> formats = info.getFormats(); local 197 if (formats.contains(Format.BOOLEAN)) { 199 } else if (formats.contains(Format.ENUM)) { 203 // furthermore, we don't even bother limiting this to formats.size()==1, [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_screen.h | 667 enum pipe_format formats[D3D11_IA_VERTEX_INPUT_STRUCTURE_ELEMENT_COUNT]; local 673 formats[i] = dxgi_to_pipe_format[input_element_descs[i].Format]; 681 unsigned align_mask = util_format_description(formats[i])->channel[0].size; 686 offsets[i] = (offsets[i - 1] + util_format_get_blocksize(formats[i - 1]) + align_mask) & ~align_mask; 706 elements[n].src_format = formats[idx]; 808 // colour formats are not depth-renderable, but depth/stencil-formats may be colour-renderable [all...] |
/frameworks/native/opengl/libagl/ |
texture.cpp | 278 const GGLFormat& pixelFormat(c->rasterizer.formats[src.format]); 370 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]); [all...] |
/frameworks/av/services/audiopolicy/managerdefault/ |
AudioPolicyManager.cpp | 5315 FormatVector &formats = *formatsPtr; local 5451 FormatVector formats = formatsFromString(reply.string()); local [all...] |
/external/deqp/modules/gles31/functional/ |
es31fCopyImageTests.cpp | 712 // formats, the clear color is in linear space. Since we want the resulting bit pattern 2396 const vector<deUint32>& formats = viewClassIter->second; local 2417 const vector<deUint32>& formats = viewClassIter->second; local [all...] |
/frameworks/av/services/camera/libcameraservice/ |
CameraService.cpp | 520 Vector<int32_t> formats; local 523 shimParams.getSupportedPreviewFormats(/*out*/formats); 528 formats.add(HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED); 533 size_t streamConfigSize = (sizes.size() * formats.size() + jpegSizes.size()) * INTS_PER_CONFIG; 538 for (size_t i = 0; i < formats.size(); ++i) { 540 streamConfigs.add(formats[i]); [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
nm.c | 88 /* Support for different output formats. */ 108 static struct output_fns formats[] = variable in typeref:struct:output_fns 127 /* Indices in `formats'. */ 134 static struct output_fns *format = &formats[FORMAT_DEFAULT]; 160 /* Print formats for printing a symbol value. */ 173 /* Print formats for printing stab info. */ 331 format = &formats[i]; 679 /* Sort the symbols by size. ELF provides a size but for other formats [all...] |
/art/tools/dexfuzz/src/dexfuzz/program/ |
Program.java | 52 import dexfuzz.rawdex.formats.ContainsPoolIndex.PoolIndexKind;
|
/external/deqp/modules/gles3/functional/ |
es3fTextureMipmapTests.cpp | 2407 } formats[] = local [all...] |
/external/libdrm/ |
xf86drmMode.c | 998 r->formats = drmAllocCpy(U642VOID(ovr.format_type_ptr), 1000 if (ovr.count_format_types && !r->formats) { 1001 drmFree(r->formats); 1017 drmFree(ptr->formats); [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/wayland/ |
native_wayland.c | 96 if (!(display->formats & wayland_formats[i].flag))
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
AudioPort.cpp | 118 port->formats[i] = flatenedFormats[i];
|
/frameworks/base/core/java/android/text/format/ |
DateFormat.java | 254 * @return the {@link java.text.DateFormat} object that properly formats the time. 287 * @return the {@link java.text.DateFormat} object that properly formats the date. 297 * @return the {@link java.text.DateFormat} object that formats the date in long form. 307 * @return the {@link java.text.DateFormat} object that formats the date in long form.
|
/prebuilts/go/darwin-x86/src/builtin/ |
builtin.go | 239 // The print built-in function formats its arguments in an 245 // The println built-in function formats its arguments in an
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
main.go | 378 // errorf formats the error to standard error, adding program 385 // warnf formats the error to standard error, adding program
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
testing.go | 168 // Log formats its arguments using default formatting, analogous to Println(), 172 // Logf formats its arguments according to the format, analogous to Printf(),
|
/prebuilts/go/darwin-x86/src/net/mail/ |
message.go | 10 * Obsolete address formats are not parsed, including addresses with 167 // String formats the address as a valid RFC 5322 address.
|