Home
last modified time | relevance | path

Searched defs:swizzles (Results 1 - 25 of 25) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_vec_to_movs.c187 uint8_t swizzles[4][4]; in try_coalesce() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSwizzleTest.cpp28 constexpr GLenum swizzles[] = { in SwizzleTest() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_ycbcr_textures.c188 enum pipe_swizzle swizzles[4]; in build_swizzled_components() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSwizzleTests.cpp269 } swizzles[] = in init() local
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureCases.cpp189 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 Des2pTextureCases.cpp163 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 Dlp_bld_swizzle.c317 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 Dlp_bld_tgsi_aos.c74 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 Dlp_bld_format_aos.c70 unsigned char swizzles[4]; in lp_build_format_swizzle_aos() local
371 LLVMValueRef swizzles[4]; in lp_build_pack_rgba_aos() local
H A Dlp_bld_nir_aos.c44 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 Dlp_bld_nir.h303 unsigned char swizzles[4]; member
H A Dlp_bld_tgsi.h629 unsigned char swizzles[4]; member
H A Dlp_bld_sample.h507 unsigned char swizzles[4]; in apply_sampler_swizzle() local
H A Dlp_bld_tgsi_soa.c2450 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 Dcrocus_resource.h41 enum pipe_swizzle swizzles[4]; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c136 const unsigned char swizzles[4] = { PIPE_SWIZZLE_X, PIPE_SWIZZLE_0, in emit_facing_coef() local
H A Dlp_state_fs.c1495 unsigned char swizzles[16]; in generate_fs_twiddle() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp354 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 DvktPipelineSamplerBorderSwizzleTests.cpp330 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 Dir3_compiler_nir.c3176 uint16_t swizzles = ctx->sampler_swizzles[tex->texture_index]; in emit_tex() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c2185 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 Dnir_to_tgsi.c2309 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 DOutputSPIRV.cpp77 std::vector<uint32_t> swizzles; member
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h199 uint16_t swizzles[BRW_MAX_SAMPLERS]; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c10433 unsigned swizzles = 0; in emit_store_instruction() local

Completed in 69 milliseconds