HomeSort by relevance Sort by last modified time
    Searched refs:tmp_type (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c 364 struct lp_type tmp_type; local
367 memset(&tmp_type, 0, sizeof tmp_type);
368 tmp_type.width = 8;
369 tmp_type.length = type.length * 4;
370 tmp_type.norm = TRUE;
372 tmp = lp_build_fetch_rgba_aos(gallivm, format_desc, tmp_type,
394 struct lp_type tmp_type; local
401 tmp_type = type;
402 tmp_type.length = 4
    [all...]
lp_bld_conv.c 360 struct lp_type tmp_type; local
373 tmp_type = src_type;
503 tmp_type.width = 32;
518 lp_build_context_init(&bld, gallivm, tmp_type);
546 else if(tmp_type.floating) {
550 tmp_type,
554 tmp_type.floating = FALSE;
561 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, dst_scale);
567 tmp_type.floating = FALSE;
568 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type);
    [all...]
lp_bld_pack.c 343 struct lp_type tmp_type = src_type; local
345 tmp_type.width *= 2;
346 tmp_type.length /= 2;
349 lp_build_unpack2(gallivm, src_type, tmp_type, dst[i], &dst[2*i + 0], &dst[2*i + 1]);
352 src_type = tmp_type;
572 struct lp_type tmp_type = src_type; local
574 tmp_type.width /= 2;
575 tmp_type.length *= 2;
578 if(tmp_type.width == dst_type.width)
579 tmp_type.sign = dst_type.sign
    [all...]
lp_bld_format_aos.c 483 struct lp_type tmp_type; local
486 memset(&tmp_type, 0, sizeof tmp_type);
487 tmp_type.width = 8;
488 tmp_type.length = num_pixels * 4;
489 tmp_type.norm = TRUE;
499 tmp_type, type,
  /external/selinux/libsepol/src/
context_record.c 90 char *tmp_type = strdup(type); local
91 if (!tmp_type) {
97 con->type = tmp_type;
  /external/v8/src/
objects.cc 2444 PropertyType tmp_type = tmp_details.type(); local
    [all...]

Completed in 300 milliseconds