Home
last modified time | relevance | path

Searched defs:sizes (Results 126 - 150 of 188) sorted by relevance

12345678

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec.c1570 unsigned sizes = sizeof(rvcn_dec_message_header_t) + sizeof(rvcn_dec_message_create_t); in rvcn_dec_message_create() local
1715 unsigned sizes = 0, offset_decode, offset_codec; in rvcn_dec_message_decode() local
2582 radeon_dec_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void *const *buffers, const unsigned *sizes) radeon_dec_decode_bitstream() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c490 zink_descriptor_util_pool_key_get(struct zink_context *ctx, enum zink_descriptor_type type, struct zink_descriptor_layout_key *layout_key, VkDescriptorPoolSize *sizes, unsigned num_type_sizes) zink_descriptor_util_pool_key_get() argument
1176 VkDescriptorPoolSize sizes[2]; zink_descriptor_pool_init() local
1969 VkDescriptorPoolSize sizes[4]; zink_descriptors_init_bindless() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.hpp481 SerialInfo(const std::vector<deUint64>& addresses, const std::vector<VkDeviceSize>& sizes) in SerialInfo() argument
488 const std::vector<VkDeviceSize>& sizes () const { return m_sizes; } in sizes() function in vk::SerialInfo
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindVertexBuffers2Tests.cpp491 std::vector<vk::VkDeviceSize> sizes; in iterate() local
738 BindVertexBuffers2Instance::Buffers BindVertexBuffers2Instance::createBuffers (Sizes& offsets, Sizes& strides, Sizes& sizes) in createBuffers() argument
964 Sizes sizes; iterate() local
[all...]
H A DvktPipelineRenderToImageTests.cpp1753 vector<IVec4> sizes; in genSizeCombinations() local
1816 vector<IVec4> sizes = genSizeCombinations(testCase[caseNdx].baselineSize, testCase[caseNdx].sizeMask, testCase[caseNdx].viewType); in addTestCasesWithFunctions() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp1650 VkDeviceSize sizes[3] = in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp1945 const VkDeviceSize* const sizes; in createBufferAccessWithVariablePointersTests() member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp1411 const IVec3 sizes[] = in create2DSizeTests() local
1437 caseName << sizes[sizeNdx][0] << "x" << sizes[sizeNdx][1]; in create2DSizeTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp2308 vector<tcu::UVec2> sizes = getSwapchainSizeSequence(capabilities, desiredSize); resizeSwapchainTest() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp1693 GLintptr sizes[n_buffers]; in iterate() local
2582 std::vector<GLsizeiptr> sizes; iterate() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp1924 } sizes[] = { { 4, 8, 8 }, { 32, 64, 16 }, { 128, 32, 64 }, { 3, 7, 5 }, { 63, 63, 63 } }; in init() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h1110 bindTransformFeedbackBuffers(uint32_t firstBinding, uint32_t bindingCount, const VkBuffer *buffers, const VkDeviceSize *offsets, const VkDeviceSize *sizes) bindTransformFeedbackBuffers() argument
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.cc2198 std::vector<uint32_t> sizes; in EmitType() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc1263 std::vector<size_t> sizes = {Group::kWidth << 5, Group::kWidth << 10}; in TEST() local
1357 std::vector<size_t> sizes = {Group::kWidth << 5, Group::kWidth << 10}; in TEST() local
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp112 TextLine(ParagraphImpl* owner, SkVector offset, SkVector advance, BlockRange blocks, TextRange textExcludingSpaces, TextRange text, TextRange textIncludingNewlines, ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar widthWithSpaces, InternalLineMetrics sizes) global() argument
[all...]
/third_party/skia/modules/skparagraph/samples/
H A DSampleParagraph.cpp1168 std::vector<size_t> sizes = {0, 1, 2, 8, 19, 21, 22, 30, 150}; in drawText() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp1626 vector<IVec4> sizes; in genSizeCombinations() local
1689 vector<IVec4> sizes = genSizeCombinations(testCase[caseNdx].baselineSize, testCase[caseNdx].sizeMask, testCase[caseNdx].viewType); in addTestCasesWithFunctions() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp1650 VkDeviceSize sizes[3] = in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp1951 const VkDeviceSize* const sizes; in createBufferAccessWithVariablePointersTests() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp1416 const IVec3 sizes[] = in create2DSizeTests() local
1442 caseName << sizes[sizeNdx][0] << "x" << sizes[sizeNdx][1]; in create2DSizeTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp2292 vector<tcu::UVec2> sizes = getSwapchainSizeSequence(capabilities, desiredSize); resizeSwapchainTest() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvp8.c315 const uint8_t *sizes = buf; in setup_partitions() local
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c1178 cups_array_t *sizes; /* Media sizes we've added */ in generate_sizes() local
1563 ppdCreateFromIPP2(char *buffer, size_t bufsize, ipp_t *response, const char *make_model, const char *pdl, int color, int duplex, cups_array_t *conflicts, cups_array_t *sizes, char* default_pagesize, const char *default_cluster_color) ppdCreateFromIPP2() argument
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c377 unsigned int sizes[4]; in dri2_image_format_for_pbuffer_config() local
333 dri2_get_shifts_and_sizes(const __DRIcoreExtension *core, const __DRIconfig *config, int *shifts, unsigned int *sizes) dri2_get_shifts_and_sizes() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c2229 unsigned sizes[4]; in dec_av1_Decode() local

Completed in 76 milliseconds

12345678