Home
last modified time | relevance | path

Searched refs:tmp_type (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos_array.c65 struct lp_type tmp_type; in lp_build_fetch_rgba_aos_array() local
101 tmp_type = dst_type; in lp_build_fetch_rgba_aos_array()
104 tmp_type.floating = 0; in lp_build_fetch_rgba_aos_array()
105 tmp_type.sign = src_type.sign; in lp_build_fetch_rgba_aos_array()
109 lp_build_conv(gallivm, src_type, tmp_type, &res, 1, &res, 1); in lp_build_fetch_rgba_aos_array()
112 lp_build_context_init(&bld, gallivm, tmp_type); in lp_build_fetch_rgba_aos_array()
H A Dlp_bld_conv.c568 struct lp_type tmp_type; in lp_build_conv() local
581 tmp_type = src_type; in lp_build_conv()
812 tmp_type.width = 32; in lp_build_conv()
827 lp_build_context_init(&bld, gallivm, tmp_type); in lp_build_conv()
855 else if(tmp_type.floating) { in lp_build_conv()
859 tmp_type, in lp_build_conv()
863 tmp_type.floating = FALSE; in lp_build_conv()
869 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, dst_scale); in lp_build_conv()
884 lp_build_context_init(&bld, gallivm, tmp_type); in lp_build_conv()
888 tmp_type in lp_build_conv()
[all...]
H A Dlp_bld_format_aos.c708 struct lp_type tmp_type; in lp_build_fetch_rgba_aos() local
711 memset(&tmp_type, 0, sizeof tmp_type); in lp_build_fetch_rgba_aos()
712 tmp_type.width = 8; in lp_build_fetch_rgba_aos()
713 tmp_type.length = num_pixels * 4; in lp_build_fetch_rgba_aos()
714 tmp_type.norm = TRUE; in lp_build_fetch_rgba_aos()
724 tmp_type, type, in lp_build_fetch_rgba_aos()
735 struct lp_type tmp_type; in lp_build_fetch_rgba_aos() local
738 memset(&tmp_type, 0, sizeof tmp_type); in lp_build_fetch_rgba_aos()
763 struct lp_type tmp_type; lp_build_fetch_rgba_aos() local
[all...]
H A Dlp_bld_pack.c334 struct lp_type tmp_type = type; in lp_build_interleave2() local
336 tmp_type.length = 4; in lp_build_interleave2()
337 tmp_type.width = 64; in lp_build_interleave2()
338 a = LLVMBuildBitCast(gallivm->builder, a, lp_build_vec_type(gallivm, tmp_type), ""); in lp_build_interleave2()
339 b = LLVMBuildBitCast(gallivm->builder, b, lp_build_vec_type(gallivm, tmp_type), ""); in lp_build_interleave2()
342 tmp_type.length = 2; in lp_build_interleave2()
343 tmpdst = lp_build_concat(gallivm, srchalf, tmp_type, 2); in lp_build_interleave2()
534 struct lp_type tmp_type = src_type; in lp_build_unpack() local
536 tmp_type.width *= 2; in lp_build_unpack()
537 tmp_type in lp_build_unpack()
852 struct lp_type tmp_type = src_type; lp_build_pack() local
[all...]
H A Dlp_bld_format_soa.c755 struct lp_type tmp_type; in lp_build_fetch_rgba_soa() local
773 memset(&tmp_type, 0, sizeof tmp_type); in lp_build_fetch_rgba_soa()
774 tmp_type.width = 8; in lp_build_fetch_rgba_soa()
775 tmp_type.length = type.length * 4; in lp_build_fetch_rgba_soa()
776 tmp_type.norm = TRUE; in lp_build_fetch_rgba_soa()
777 tmp_type.sign = is_signed; in lp_build_fetch_rgba_soa()
779 packed = lp_build_fetch_rgba_aos(gallivm, flinear_desc, tmp_type, in lp_build_fetch_rgba_soa()
830 struct lp_type tmp_type; in lp_build_fetch_rgba_soa() local
838 tmp_type in lp_build_fetch_rgba_soa()
[all...]
/third_party/selinux/libsepol/src/
H A Dcontext_record.c86 char *tmp_type = strdup(type); in sepol_context_set_type() local
87 if (!tmp_type) { in sepol_context_set_type()
93 con->type = tmp_type; in sepol_context_set_type()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c2947 struct lp_type tmp_type = dst_type; in generate_unswizzled_blend() local
2948 tmp_type.length = dst_type.length * 4 / src_count; in generate_unswizzled_blend()
2951 lp_build_vec_type(gallivm, tmp_type), ""); in generate_unswizzled_blend()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp9114 SPIRType tmp_type = target_type;
9116 swap(tmp_type.vecsize, tmp_type.columns);
9120 expr += type_to_glsl_constructor(tmp_type);
9123 for (uint32_t i = 0; i < tmp_type.columns; i++)
9128 expr += flattened_access_chain_vector(base, indices, count, tmp_type, offset + i * matrix_stride, matrix_stride,
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.cpp879 glw::GLenum tmp_type = GL_NONE; in testExtension1() local
882 &tmp_size, &tmp_type, tmp_buffer); in testExtension1()

Completed in 35 milliseconds