HomeSort by: relevance | last modified time | path
    Searched refs:src_desc (Results 1 - 21 of 21) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_copyimage.c 289 const struct util_format_description *src_desc, *dst_desc; local
305 src_desc = util_format_description(blit_src_format);
308 assert(src_desc->block.bits == dst_desc->block.bits);
309 bits = src_desc->block.bits;
311 if (dst_desc->channel[0].size == src_desc->channel[0].size) {
315 } else if (has_identity_swizzle(src_desc)) {
328 canonical_format_from_bits(bits, src_desc->channel[0].size);
412 const struct util_format_description *src_desc, *dst_desc; local
419 src_desc = util_format_description(src->format);
424 src_is_canon = same_size_and_swizzle(src_desc, canon_desc)
    [all...]
st_cb_texture.c 1540 const struct util_format_description *src_desc = util_format_description(src); local
1546 if (src_desc->nr_channels != 4 || src_desc->swizzle[3] == PIPE_SWIZZLE_1)
1553 swizzle[i] = dst_desc->swizzle[src_desc->swizzle[i]];
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_cb_copyimage.c 289 const struct util_format_description *src_desc, *dst_desc; local
305 src_desc = util_format_description(blit_src_format);
308 assert(src_desc->block.bits == dst_desc->block.bits);
309 bits = src_desc->block.bits;
311 if (dst_desc->channel[0].size == src_desc->channel[0].size) {
315 } else if (has_identity_swizzle(src_desc)) {
328 canonical_format_from_bits(bits, src_desc->channel[0].size);
412 const struct util_format_description *src_desc, *dst_desc; local
419 src_desc = util_format_description(src->format);
424 src_is_canon = same_size_and_swizzle(src_desc, canon_desc)
    [all...]
st_cb_texture.c 1169 const struct util_format_description *src_desc = util_format_description(src); local
1175 if (src_desc->nr_channels != 4 || src_desc->swizzle[3] == PIPE_SWIZZLE_1)
1182 swizzle[i] = dst_desc->swizzle[src_desc->swizzle[i]];
  /xsrc/external/mit/MesaLib/dist/src/util/format/
u_format.c 514 util_is_format_compatible(const struct util_format_description *src_desc,
519 if (src_desc->format == dst_desc->format) {
523 if (src_desc->layout != UTIL_FORMAT_LAYOUT_PLAIN ||
528 if (src_desc->block.bits != dst_desc->block.bits ||
529 src_desc->nr_channels != dst_desc->nr_channels ||
530 src_desc->colorspace != dst_desc->colorspace) {
535 if (src_desc->channel[chan].size !=
545 if (src_desc->swizzle[chan] != swizzle) {
548 if ((src_desc->channel[swizzle].type !=
550 (src_desc->channel[swizzle].normalized !
    [all...]
u_format.h 771 util_is_format_compatible(const struct util_format_description *src_desc,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_format.c 466 util_is_format_compatible(const struct util_format_description *src_desc,
471 if (src_desc->format == dst_desc->format) {
475 if (src_desc->layout != UTIL_FORMAT_LAYOUT_PLAIN ||
480 if (src_desc->block.bits != dst_desc->block.bits ||
481 src_desc->nr_channels != dst_desc->nr_channels ||
482 src_desc->colorspace != dst_desc->colorspace) {
487 if (src_desc->channel[chan].size !=
497 if (src_desc->swizzle[chan] != swizzle) {
500 if ((src_desc->channel[swizzle].type !=
502 (src_desc->channel[swizzle].normalized !
    [all...]
u_blit.c 359 const struct util_format_description *src_desc = local
363 return util_is_format_compatible(src_desc, dst_desc);
397 const struct util_format_description *src_desc = local
417 is_depth = util_format_has_depth(src_desc);
418 is_stencil = util_format_has_stencil(src_desc);
u_surface.c 789 const struct util_format_description *src_desc, *dst_desc; local
791 src_desc = util_format_description(blit->src.resource->format);
804 !util_is_format_compatible(src_desc, dst_desc)) {
u_format.h 757 util_is_format_compatible(const struct util_format_description *src_desc,
u_blitter.c 1826 const struct util_format_description *src_desc = local
1831 has_color = src_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS &&
1833 has_depth = util_format_has_depth(src_desc) &&
1835 has_stencil = util_format_has_stencil(src_desc) &&
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_blit.c 254 const struct util_format_description *src_desc = util_format_description(info->src.format); local
261 if (src_desc == dst_desc ||
262 src_desc->nr_channels != 4 || src_desc->layout != UTIL_FORMAT_LAYOUT_PLAIN ||
263 (src_desc->nr_channels == 4 && src_desc->channel[3].type != UTIL_FORMAT_TYPE_VOID)) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
fd6_blitter.c 152 const struct util_format_description *src_desc = local
156 const int common_channels = MIN2(src_desc->nr_channels, dst_desc->nr_channels);
160 fail_if(memcmp(&src_desc->channel[i],
162 sizeof(src_desc->channel[0])));
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
fd6_blitter.c 215 const struct util_format_description *src_desc = local
220 MIN2(src_desc->nr_channels, dst_desc->nr_channels);
224 fail_if(memcmp(&src_desc->channel[i], &dst_desc->channel[i],
225 sizeof(src_desc->channel[0])));
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_surface.c 772 const struct util_format_description *src_desc, *dst_desc; local
774 src_desc = util_format_description(blit->src.resource->format);
787 !util_is_format_compatible(src_desc, dst_desc)) {
u_blitter.c 1929 const struct util_format_description *src_desc = local
1934 bool src_has_color = src_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS;
1935 bool src_has_depth = util_format_has_depth(src_desc);
1936 bool src_has_stencil = util_format_has_stencil(src_desc);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_pipe_blit.c 421 const struct util_format_description *src_desc, *dst_desc; local
423 src_desc = util_format_description(blit_info->src.resource->format);
428 !util_is_format_compatible(src_desc, dst_desc))
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_descriptor_set.c 465 struct lvp_descriptor *src_desc = local
467 src_desc += copy->srcArrayElement;
476 dst_desc[j] = src_desc[j];
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_pipe_blit.c 429 const struct util_format_description *src_desc, *dst_desc; local
431 src_desc = util_format_description(blit_info->src.resource->format);
436 !util_is_format_compatible(src_desc, dst_desc))
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_descriptor_set.c 1687 struct anv_descriptor *src_desc = local
1689 src_desc += copy->srcArrayElement;
1728 dst_desc[j].type = src_desc[j].type;
1733 dst_desc[j] = src_desc[j];
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_descriptor_set.c 1440 struct anv_descriptor *src_desc = local
1442 src_desc += copy->srcArrayElement;
1451 dst_desc[j] = src_desc[j];

Completed in 53 milliseconds