Home
last modified time | relevance | path

Searched refs:tmp_type (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos_array.c65 struct lp_type tmp_type; in lp_build_fetch_rgba_aos_array() local
100 tmp_type = dst_type; in lp_build_fetch_rgba_aos_array()
103 tmp_type.floating = 0; in lp_build_fetch_rgba_aos_array()
104 tmp_type.sign = src_type.sign; in lp_build_fetch_rgba_aos_array()
108 lp_build_conv(gallivm, src_type, tmp_type, &res, 1, &res, 1); in lp_build_fetch_rgba_aos_array()
111 lp_build_context_init(&bld, gallivm, tmp_type); in lp_build_fetch_rgba_aos_array()
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()
739 tmp_type.width = 8; in lp_build_fetch_rgba_aos()
740 tmp_type.length = num_pixels * 4; in lp_build_fetch_rgba_aos()
[all …]
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.floating = FALSE; in lp_build_conv()
[all …]
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.length /= 2; in lp_build_unpack()
[all …]
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 = type; in lp_build_fetch_rgba_soa()
839 tmp_type.length = 4; in lp_build_fetch_rgba_soa()
[all …]
/third_party/selinux/libsepol/src/
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/gstreamer/gstreamer/gst/
Dgstbin.c3612 const gchar *tmp_type = gst_context_get_context_type (tmp); in gst_bin_update_context_unlocked() local
3616 if (strcmp (context_type, tmp_type) == 0 && in gst_bin_update_context_unlocked()
3980 const gchar *tmp_type = gst_context_get_context_type (tmp); in gst_bin_handle_message_func() local
3982 if (strcmp (context_type, tmp_type) == 0) { in gst_bin_handle_message_func()
Dgstelement.c3552 const gchar *tmp_type = gst_context_get_context_type (tmp); in gst_element_set_context_default() local
3556 if (g_strcmp0 (context_type, tmp_type) == 0 && in gst_element_set_context_default()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin2.c3255 const gchar *tmp_type = gst_context_get_context_type (tmp); in gst_play_bin_handle_message() local
3257 if (strcmp (context_type, tmp_type) == 0) { in gst_play_bin_handle_message()
4600 const gchar *tmp_type = gst_context_get_context_type (tmp); in gst_play_bin_update_context() local
4604 if (strcmp (context_type, tmp_type) == 0 && in gst_play_bin_update_context()
4646 const gchar *tmp_type = gst_context_get_context_type (tmp); in activate_sink_bus_handler() local
4648 if (strcmp (context_type, tmp_type) == 0) { in activate_sink_bus_handler()
/third_party/boost/libs/filesystem/src/
Doperations.cpp323 fs::file_type tmp_type = query_file_type(itr->path(), ec); in remove_all_aux() local
327 count += remove_all_aux(itr->path(), tmp_type, ec); in remove_all_aux()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2883 struct lp_type tmp_type = dst_type; in generate_unswizzled_blend() local
2884 tmp_type.length = dst_type.length * 4 / src_count; in generate_unswizzled_blend()
2887 lp_build_vec_type(gallivm, tmp_type), ""); in generate_unswizzled_blend()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp9114 SPIRType tmp_type = target_type; in flattened_access_chain_matrix() local
9116 swap(tmp_type.vecsize, tmp_type.columns); in flattened_access_chain_matrix()
9120 expr += type_to_glsl_constructor(tmp_type); in flattened_access_chain_matrix()
9123 for (uint32_t i = 0; i < tmp_type.columns; i++) in flattened_access_chain_matrix()
9128 …expr += flattened_access_chain_vector(base, indices, count, tmp_type, offset + i * matrix_stride, … in flattened_access_chain_matrix()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.cpp879 glw::GLenum tmp_type = GL_NONE; in testExtension1() local
882 &tmp_size, &tmp_type, tmp_buffer); in testExtension1()