Home
last modified time | relevance | path

Searched refs:swizzling (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/intel/isl/
Disl_storage_image.c220 .swizzling = { 0xff, 0xff },
278 param->swizzling[0] = 3; in isl_surf_fill_image_param()
279 param->swizzling[1] = 4; in isl_surf_fill_image_param()
296 param->swizzling[0] = 3; in isl_surf_fill_image_param()
297 param->swizzling[1] = 0xff; in isl_surf_fill_image_param()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td894 // and swizzling changes depending on whether idxen is set in the instruction.
896 // they behave differently in bounds checking and swizzling.
900 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
901 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
915 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
916 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
930 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
931 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
946 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
947 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
[all …]
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td932 // and swizzling changes depending on whether idxen is set in the instruction.
934 // they behave differently in bounds checking and swizzling.
938 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
939 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
953 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
954 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
968 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
969 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
984 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
985 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
[all …]
/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_utils.mm147 // When texture swizzling is available, DXT1 RGB format will be swizzled with RGB1.
148 // WebGL allows unswizzled mapping when swizzling is not available. No need to convert.
/external/mesa3d/docs/relnotes/
D8.0.2.rst76 - i965: fixup W-tile offset computation to take swizzling into account
D9.1.6.rst97 - i965/vs: Fix flaky texture swizzling
D20.0.3.rst93 - intel/blorp: Add support for swizzling fast-clear colors
D9.1.2.rst164 - i965: Don't use texture swizzling to force alpha to 1.0 if
D9.0.3.rst173 - i965: Do texture swizzling in hardware on Haswell.
D9.1.4.rst280 - r300g/compiler: Prevent regalloc from swizzling texture operands v2
D7.10.rst274 - llvmpipe: fix swizzling of texture border color
275 - softpipe: fix swizzling of texture border color
1074 - i965: Remove swizzling of assignment to vector-splitting
1149 - i965: Set up swizzling of shadow compare results for
1181 - i965: Enable attribute swizzling (repositioning) in the gen6 SF.
1279 - i965: Work around strangeness in swizzling/masking of gen6 math.
1373 - intel: Set the swizzling for depth textures using the GL_RED depth
2267 - r300g: fix swizzling of texture border color
2316 - r300/compiler: add a function for swizzling a mask
2325 - r300g: fix texture swizzling with compressed textures on r400-r500
D7.9.1.rst337 - r300g: fix texture swizzling with compressed textures on r400-r500
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_uniforms.cpp110 offsetof(brw_image_param, swizzling), 2); in brw_setup_image_uniform_values()
Dbrw_wm_surface_state.c1500 param->swizzling[0] = 0xff; in update_default_image_param()
1501 param->swizzling[1] = 0xff; in update_default_image_param()
DgenX_state_upload.c1036 bool swizzling = two_side_color && in genX() local
1043 if (*max_source_attr < source_attr + swizzling) in genX()
1044 *max_source_attr = source_attr + swizzling; in genX()
1047 if (swizzling) in genX()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h534 uint32_t swizzling[2]; member
/external/mesa3d/docs/drivers/
Dllvmpipe.rst254 Swizzling <http://devmaster.net/posts/12785/texture-swizzling>`__
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dspill-offset-calculation.ll6 ; swizzling.
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64SchedA55.td89 // An extra cycle is needed to get the swizzling right.
/external/mesa3d/docs/gallium/
Dscreen.rst40 * ``PIPE_CAP_TEXTURE_SWIZZLE``: Whether swizzling through sampler views is
170 and swizzling in gallium frontends. Generally, all hardware drivers with
586 …hether pipe_viewport_state::swizzle can be used to specify pre-clipping swizzling of coordinates (…
Dtgsi.rst2330 Note that the swizzle on SVIEW (src1) determines texel swizzling
2484 resinfo allowing swizzling dst values is ignored (due to the interaction
3609 subject to conversion, swizzling and scaling as required to yield
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPU.td353 // DPP8 allows arbitrary cross-lane swizzling withing groups of 8 lanes.
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPU.td383 // DPP8 allows arbitrary cross-lane swizzling withing groups of 8 lanes.
/external/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c1254 WRITE_PARAM_FIELD(swizzling, SWIZZLING); in anv_descriptor_set_write_image_param()
/external/mesa3d/src/gallium/drivers/iris/
Diris_program.c518 offsetof(struct brw_image_param, swizzling), 2); in iris_setup_uniforms()

12