Searched refs:depth_max (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | makepng.c | 397 png_uint_32 depth_max = (1U << bit_depth)-1; /* up to 65536 */ in generate_row() local 547 luma = (luma*depth_max + size_max) / (2*size_max); in generate_row() 558 png_uint_32 alpha = (depth_max * y * 2 + size_max) / (2 * size_max); in generate_row() 564 (depth_max * x * 2 + size_max) / (2 * size_max), gamma_table, in generate_row() 582 png_uint_32 Y = (depth_max * y * 2 + size_max) / (2 * size_max); in generate_row() 597 (depth_max * x * 2 + size_max) / (2 * size_max), in generate_row() 617 png_uint_32 Y = (depth_max * y * 2 + size_max) / (2 * size_max); in generate_row() 631 ((depth_max-Y) * x * 2 + size_max) / (2 * size_max), in generate_row() 640 Y + ((depth_max-Y) * x * 2 + size_max) / (2 * size_max), in generate_row()
|
/third_party/libpng/contrib/libtests/ |
D | makepng.c | 397 png_uint_32 depth_max = (1U << bit_depth)-1; /* up to 65536 */ in generate_row() local 547 luma = (luma*depth_max + size_max) / (2*size_max); in generate_row() 558 png_uint_32 alpha = (depth_max * y * 2 + size_max) / (2 * size_max); in generate_row() 564 (depth_max * x * 2 + size_max) / (2 * size_max), gamma_table, in generate_row() 582 png_uint_32 Y = (depth_max * y * 2 + size_max) / (2 * size_max); in generate_row() 597 (depth_max * x * 2 + size_max) / (2 * size_max), in generate_row() 617 png_uint_32 Y = (depth_max * y * 2 + size_max) / (2 * size_max); in generate_row() 631 ((depth_max-Y) * x * 2 + size_max) / (2 * size_max), in generate_row() 640 Y + ((depth_max-Y) * x * 2 + size_max) / (2 * size_max), in generate_row()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | makepng.c | 397 png_uint_32 depth_max = (1U << bit_depth)-1; /* up to 65536 */ in generate_row() local 547 luma = (luma*depth_max + size_max) / (2*size_max); in generate_row() 558 png_uint_32 alpha = (depth_max * y * 2 + size_max) / (2 * size_max); in generate_row() 564 (depth_max * x * 2 + size_max) / (2 * size_max), gamma_table, in generate_row() 582 png_uint_32 Y = (depth_max * y * 2 + size_max) / (2 * size_max); in generate_row() 597 (depth_max * x * 2 + size_max) / (2 * size_max), in generate_row() 617 png_uint_32 Y = (depth_max * y * 2 + size_max) / (2 * size_max); in generate_row() 631 ((depth_max-Y) * x * 2 + size_max) / (2 * size_max), in generate_row() 640 Y + ((depth_max-Y) * x * 2 + size_max) / (2 * size_max), in generate_row()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_clear.c | 467 const uint32_t depth_max = (1 << nbits) - 1; in fast_clear_depth() local 469 (unsigned)(depth * depth_max) / (float)depth_max; in fast_clear_depth()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 61 unsigned depth_max; member
|
D | ac_llvm_build.c | 3098 if (ctx->flow->depth >= ctx->flow->depth_max) { in push_flow() 3102 ctx->flow->depth_max = new_max; in push_flow()
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/ |
D | renderpass2.txt | 4235 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d16_unorm.depth_max 4240 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.x8_d24_unorm_pack32.depth_max 4245 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d32_sfloat.depth_max 4257 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d16_unorm_s8_uint.depth_max 4266 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d24_unorm_s8_uint.depth_max 4275 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d32_sfloat_s8_uint.depth_max 4281 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_4.d16_unorm.depth_max 4286 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_4.x8_d24_unorm_pack32.depth_max 4291 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_4.d32_sfloat.depth_max 4303 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_4.d16_unorm_s8_uint.depth_max [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/ |
D | renderpass2.txt | 17267 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d16_unorm.depth_max 17277 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.x8_d24_unorm_pack32.depth_max 17287 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d32_sfloat.depth_max 17311 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d16_unorm_s8_uint.depth_max 17329 …pass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d16_unorm_s8_uint_separate_layouts.depth_max 17347 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d24_unorm_s8_uint.depth_max 17365 …pass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d24_unorm_s8_uint_separate_layouts.depth_max 17383 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d32_sfloat_s8_uint.depth_max 17401 …ass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d32_sfloat_s8_uint_separate_layouts.depth_max 17413 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_4.d16_unorm.depth_max [all …]
|
D | renderpass.txt | 17267 dEQP-VK.renderpass.depth_stencil_resolve.image_2d_16_64_6.samples_2.d16_unorm.depth_max 17277 dEQP-VK.renderpass.depth_stencil_resolve.image_2d_16_64_6.samples_2.x8_d24_unorm_pack32.depth_max 17287 dEQP-VK.renderpass.depth_stencil_resolve.image_2d_16_64_6.samples_2.d32_sfloat.depth_max 17311 dEQP-VK.renderpass.depth_stencil_resolve.image_2d_16_64_6.samples_2.d16_unorm_s8_uint.depth_max 17329 …rpass.depth_stencil_resolve.image_2d_16_64_6.samples_2.d16_unorm_s8_uint_separate_layouts.depth_max 17347 dEQP-VK.renderpass.depth_stencil_resolve.image_2d_16_64_6.samples_2.d24_unorm_s8_uint.depth_max 17365 …rpass.depth_stencil_resolve.image_2d_16_64_6.samples_2.d24_unorm_s8_uint_separate_layouts.depth_max 17383 dEQP-VK.renderpass.depth_stencil_resolve.image_2d_16_64_6.samples_2.d32_sfloat_s8_uint.depth_max 17401 …pass.depth_stencil_resolve.image_2d_16_64_6.samples_2.d32_sfloat_s8_uint_separate_layouts.depth_max 17413 dEQP-VK.renderpass.depth_stencil_resolve.image_2d_16_64_6.samples_4.d16_unorm.depth_max [all …]
|
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/ |
D | renderpass2.txt | 17266 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d16_unorm.depth_max 17276 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.x8_d24_unorm_pack32.depth_max 17286 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d32_sfloat.depth_max 17310 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d16_unorm_s8_uint.depth_max 17328 …pass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d16_unorm_s8_uint_separate_layouts.depth_max 17346 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d24_unorm_s8_uint.depth_max 17364 …pass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d24_unorm_s8_uint_separate_layouts.depth_max 17382 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d32_sfloat_s8_uint.depth_max 17400 …ass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d32_sfloat_s8_uint_separate_layouts.depth_max 17412 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_4.d16_unorm.depth_max [all …]
|
/third_party/vk-gl-cts/android/cts/master/vk-master/ |
D | renderpass2.txt | 17266 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d16_unorm.depth_max 17276 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.x8_d24_unorm_pack32.depth_max 17286 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d32_sfloat.depth_max 17310 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d16_unorm_s8_uint.depth_max 17328 …pass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d16_unorm_s8_uint_separate_layouts.depth_max 17346 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d24_unorm_s8_uint.depth_max 17364 …pass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d24_unorm_s8_uint_separate_layouts.depth_max 17382 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d32_sfloat_s8_uint.depth_max 17400 …ass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d32_sfloat_s8_uint_separate_layouts.depth_max 17412 dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_4.d16_unorm.depth_max [all …]
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2020-03-01/ |
D | renderpass2.txt | 11114 …pass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d16_unorm_s8_uint_separate_layouts.depth_max 11141 …pass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d24_unorm_s8_uint_separate_layouts.depth_max 11168 …ass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d32_sfloat_s8_uint_separate_layouts.depth_max 11214 …pass2.depth_stencil_resolve.image_2d_16_64_6.samples_4.d16_unorm_s8_uint_separate_layouts.depth_max 11241 …pass2.depth_stencil_resolve.image_2d_16_64_6.samples_4.d24_unorm_s8_uint_separate_layouts.depth_max 11268 …ass2.depth_stencil_resolve.image_2d_16_64_6.samples_4.d32_sfloat_s8_uint_separate_layouts.depth_max 11314 …pass2.depth_stencil_resolve.image_2d_16_64_6.samples_8.d16_unorm_s8_uint_separate_layouts.depth_max 11341 …pass2.depth_stencil_resolve.image_2d_16_64_6.samples_8.d24_unorm_s8_uint_separate_layouts.depth_max 11368 …ass2.depth_stencil_resolve.image_2d_16_64_6.samples_8.d32_sfloat_s8_uint_separate_layouts.depth_max 11414 …ass2.depth_stencil_resolve.image_2d_16_64_6.samples_16.d16_unorm_s8_uint_separate_layouts.depth_max [all …]
|