Searched refs:base_y (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/tests/
H A Disl_surf_get_image_offset_test.c111 uint32_t *base_y)
116 *base_y + aligned_height * (z / horiz_layers));
119 *base_y += aligned_height * vert_layers;
262 uint32_t base_y = 0; local in function:test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0
264 t_assert_gen4_3d_layer(&surf, 0, 256, 256, 256, 1, 256, &base_y);
265 t_assert_gen4_3d_layer(&surf, 1, 128, 128, 128, 2, 64, &base_y);
266 t_assert_gen4_3d_layer(&surf, 2, 64, 64, 64, 4, 16, &base_y);
267 t_assert_gen4_3d_layer(&surf, 3, 32, 32, 32, 8, 4, &base_y);
268 t_assert_gen4_3d_layer(&surf, 4, 16, 16, 16, 16, 1, &base_y);
269 t_assert_gen4_3d_layer(&surf, 5, 8, 8, 8, 32, 1, &base_y);
104 t_assert_gen4_3d_layer(const struct isl_surf * surf,uint32_t level,uint32_t aligned_width,uint32_t aligned_height,uint32_t depth,uint32_t horiz_layers,uint32_t vert_layers,uint32_t * base_y) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/isl/tests/
H A Disl_surf_get_image_offset_test.c111 uint32_t *base_y)
116 *base_y + aligned_height * (z / horiz_layers));
119 *base_y += aligned_height * vert_layers;
262 uint32_t base_y = 0; local in function:test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0
264 t_assert_gfx4_3d_layer(&surf, 0, 256, 256, 256, 1, 256, &base_y);
265 t_assert_gfx4_3d_layer(&surf, 1, 128, 128, 128, 2, 64, &base_y);
266 t_assert_gfx4_3d_layer(&surf, 2, 64, 64, 64, 4, 16, &base_y);
267 t_assert_gfx4_3d_layer(&surf, 3, 32, 32, 32, 8, 4, &base_y);
268 t_assert_gfx4_3d_layer(&surf, 4, 16, 16, 16, 16, 1, &base_y);
269 t_assert_gfx4_3d_layer(&surf, 5, 8, 8, 8, 32, 1, &base_y);
104 t_assert_gfx4_3d_layer(const struct isl_surf * surf,uint32_t level,uint32_t aligned_width,uint32_t aligned_height,uint32_t depth,uint32_t horiz_layers,uint32_t vert_layers,uint32_t * base_y) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_textedit.h400 float base_y = 0, prev_x; local in function:stb_text_locate_coord
413 if (i==0 && y < base_y + r.ymin)
416 if (y < base_y + r.ymax)
420 base_y += r.baseline_y_delta;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_textedit.h400 float base_y = 0, prev_x; local in function:stb_text_locate_coord
413 if (i==0 && y < base_y + r.ymin)
416 if (y < base_y + r.ymax)
420 base_y += r.baseline_y_delta;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_cmd_buffer.c528 uint32_t base_y,
526 panvk_CmdDispatchBase(VkCommandBuffer commandBuffer,uint32_t base_x,uint32_t base_y,uint32_t base_z,uint32_t x,uint32_t y,uint32_t z) argument
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c2465 uint32_t base_y,
2479 info.offsets[1] = base_y;
2463 tu_CmdDispatchBase(VkCommandBuffer commandBuffer,uint32_t base_x,uint32_t base_y,uint32_t base_z,uint32_t x,uint32_t y,uint32_t z) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c4344 uint32_t base_y,
4358 info.offsets[1] = base_y;
4341 radv_CmdDispatchBase(VkCommandBuffer commandBuffer,uint32_t base_x,uint32_t base_y,uint32_t base_z,uint32_t x,uint32_t y,uint32_t z) argument
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c4604 uint32_t base_y,
4618 info.offsets[1] = base_y;
4602 tu_CmdDispatchBase(VkCommandBuffer commandBuffer,uint32_t base_x,uint32_t base_y,uint32_t base_z,uint32_t x,uint32_t y,uint32_t z) argument
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c7110 radv_CmdDispatchBase(VkCommandBuffer commandBuffer, uint32_t base_x, uint32_t base_y, argument
7121 info.offsets[1] = base_y;

Completed in 39 milliseconds