Searched refs:isl_layout (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_formats.c451 const struct isl_format_layout *isl_layout = local in function:anv_format_has_npot_plane
454 if (!util_is_power_of_two_or_zero(isl_layout->bpb))
495 const struct isl_format_layout *isl_layout = local in function:anv_get_format_plane
503 (isl_layout->bpb == 24 || isl_layout->bpb == 48))
507 !util_is_power_of_two_or_zero(isl_layout->bpb)) {
730 const struct isl_format_layout *isl_layout = local in function:anv_get_image_format_features2
733 switch (isl_layout->colorspace) {
740 if (isl_layout->uniform_channel_type != ISL_UNORM &&
741 isl_layout
[all...]
H A Danv_nir_lower_ycbcr_textures.c294 const struct isl_format_layout *isl_layout = local in function:anv_nir_lower_ycbcr_textures_instr
296 ycbcr_bpcs[ycbcr_component] = isl_layout->channels_array[pc].bits;
H A Danv_image.c971 ASSERTED const struct isl_format_layout *isl_layout = local in function:check_drm_format_mod
975 assert(isl_layout->txc == ISL_TXC_NONE);
976 assert(isl_layout->colorspace == ISL_COLORSPACE_LINEAR ||
977 isl_layout->colorspace == ISL_COLORSPACE_SRGB);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c408 const struct isl_format_layout *isl_layout = local in function:try_lower_tex_ycbcr
410 ycbcr_bpcs[ycbcr_component] = isl_layout->channels_array[pc].bits;
H A Danv_formats.c467 const struct isl_format_layout *isl_layout = local in function:anv_get_format_plane
475 (isl_layout->bpb == 24 || isl_layout->bpb == 48))
479 !util_is_power_of_two_or_zero(isl_layout->bpb)) {

Completed in 11 milliseconds