Searched refs:arrayed (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.4.rst155 - intel/fs: OpImageQueryLod does not support arrayed images as an operand
H A D13.0.4.rst190 - anv/cmd_buffer: Fix arrayed depth/stencil attachments
H A D21.3.0.rst739 - nir/lower_io: Identify Mesh output as arrayed
H A D21.1.0.rst4506 - zink: emit ImageCubeArray cap when accessing arrayed cube dimension images
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.h377 SpvDim dim, bool depth, bool arrayed, bool ms,
H A Dspirv_builder.c1219 SpvDim dim, bool depth, bool arrayed, bool ms,
1224 sampled_type, dim, depth ? 1 : 0, arrayed ? 1 : 0, ms ? 1 : 0, sampled,
1218 spirv_builder_type_image(struct spirv_builder * b,SpvId sampled_type,SpvDim dim,bool depth,bool arrayed,bool ms,unsigned sampled,SpvImageFormat image_format) argument
H A Dnir_to_spirv.c822 bool arrayed = glsl_sampler_type_is_array(type); local in function:get_bare_image_type
823 if (dimension == SpvDimCube && arrayed)
829 arrayed,
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dccs.rst99 Mip-mapped and arrayed surfaces are supported with MCS buffer layout with
112 Mip-mapped and arrayed surfaces are supported with MCS buffer layout with
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c169 const bool arrayed = mt->surf.logical_level0_px.array_len > 1 || local in function:intel_miptree_supports_ccs
172 if (arrayed) {
191 * Non-MultiSampler Render Target Restriction). Mip-mapped and arrayed
196 * Non-MultiSampler Render Target Restriction). Mip-mapped and arrayed
200 if (devinfo->gen < 8 && (mip_mapped || arrayed))
1991 /* Compression of arrayed msaa surfaces is supported. */
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json5584 "description": "d3d12: Don't add arrayed VS outputs when next stage uses per-vertex inputs",
16690 "description": "intel/fs: OpImageQueryLod does not support arrayed images as an operand",
[all...]

Completed in 132 milliseconds