/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_vec_to_movs.c | 187 uint8_t swizzles[4][4]; in try_coalesce() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | SwizzleTest.cpp | 28 constexpr GLenum swizzles[] = { in SwizzleTest() local
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_nir_lower_ycbcr_textures.c | 188 enum pipe_swizzle swizzles[4]; in build_swizzled_components() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSwizzleTests.cpp | 269 } swizzles[] = in init() local
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pTextureCases.cpp | 189 static const IVec4 swizzles[] = { IVec4(0,1,2,3), IVec4(1,2,3,0), IVec4(2,3,0,1), IVec4(3,0,1,2), in init() local
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pTextureCases.cpp | 163 static const IVec4 swizzles[] = { IVec4(0,1,2,3), IVec4(1,2,3,0), IVec4(2,3,0,1), IVec4(3,0,1,2), in init() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_swizzle.c | 317 lp_build_swizzle_aos_n(struct gallivm_state* gallivm, LLVMValueRef src, const unsigned char* swizzles, unsigned num_swizzles, unsigned dst_len) lp_build_swizzle_aos_n() argument 345 lp_build_swizzle_aos(struct lp_build_context *bld, LLVMValueRef a, const unsigned char swizzles[4]) lp_build_swizzle_aos() argument 588 lp_build_swizzle_soa(struct lp_build_context *bld, const LLVMValueRef *unswizzled, const unsigned char swizzles[4], LLVMValueRef *swizzled) lp_build_swizzle_soa() argument 608 lp_build_swizzle_soa_inplace(struct lp_build_context *bld, LLVMValueRef *values, const unsigned char swizzles[4]) lp_build_swizzle_soa_inplace() argument [all...] |
H A D | lp_bld_tgsi_aos.c | 74 unsigned char swizzles[4]; in swizzle_aos() local 859 lp_build_tgsi_aos(struct gallivm_state *gallivm, const struct tgsi_token *tokens, struct lp_type type, const unsigned char swizzles[4], LLVMValueRef consts_ptr, const LLVMValueRef *inputs, LLVMValueRef *outputs, const struct lp_build_sampler_aos *sampler, const struct tgsi_shader_info *info) lp_build_tgsi_aos() argument [all...] |
H A D | lp_bld_format_aos.c | 70 unsigned char swizzles[4]; in lp_build_format_swizzle_aos() local 371 LLVMValueRef swizzles[4]; in lp_build_pack_rgba_aos() local
|
H A D | lp_bld_nir_aos.c | 44 unsigned char swizzles[4]; in swizzle_aos() local 321 lp_build_nir_aos(struct gallivm_state *gallivm, struct nir_shader *shader, struct lp_type type, const unsigned char swizzles[4], LLVMValueRef consts_ptr, const LLVMValueRef *inputs, LLVMValueRef *outputs, const struct lp_build_sampler_aos *sampler, const struct tgsi_shader_info *info) lp_build_nir_aos() argument [all...] |
H A D | lp_bld_nir.h | 303 unsigned char swizzles[4]; member
|
H A D | lp_bld_tgsi.h | 629 unsigned char swizzles[4]; member
|
H A D | lp_bld_sample.h | 507 unsigned char swizzles[4]; in apply_sampler_swizzle() local
|
H A D | lp_bld_tgsi_soa.c | 2450 unsigned char swizzles[4]; in emit_sample() local 2591 unsigned char swizzles[4]; in emit_fetch_texels() local [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_resource.h | 41 enum pipe_swizzle swizzles[4]; member
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_setup.c | 136 const unsigned char swizzles[4] = { PIPE_SWIZZLE_X, PIPE_SWIZZLE_0, in emit_facing_coef() local
|
H A D | lp_state_fs.c | 1495 unsigned char swizzles[16]; in generate_fs_twiddle() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 354 const auto swizzles = makeComponentSwizzleVec(mapping); in applySwizzle() local 1122 std::string swizzleArrayToString(const ComponentSwizzleArray& swizzles) in swizzleArrayToString() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 330 const auto swizzles = makeComponentSwizzleVec(mapping); in applySwizzle() local 1003 std::string swizzleArrayToString(const ComponentSwizzleArray& swizzles) in swizzleArrayToString() argument
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 3176 uint16_t swizzles = ctx->sampler_swizzles[tex->texture_index]; in emit_tex() local
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.c | 2185 unsigned char swizzles[4]; in exec_lodq() local 2384 unsigned char swizzles[4]; in exec_txf() local 2447 unsigned char swizzles[4]; exec_sample() local 2579 unsigned char swizzles[4]; exec_sample_d() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 2309 uint8_t swizzles[4] = { 0, 1, 2, 3 }; in ntt_emit_load_output() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | OutputSPIRV.cpp | 77 std::vector<uint32_t> swizzles; member [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compiler.h | 199 uint16_t swizzles[BRW_MAX_SAMPLERS]; member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 10433 unsigned swizzles = 0; in emit_store_instruction() local
|