| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_type.h | 214 struct lp_type res_type; local in function:lp_type_float 216 memset(&res_type, 0, sizeof res_type); 217 res_type.floating = TRUE; 218 res_type.sign = TRUE; 219 res_type.width = width; 220 res_type.length = 1; 222 return res_type; 230 struct lp_type res_type; local in function:lp_type_float_vec 232 memset(&res_type, 246 struct lp_type res_type; local in function:lp_type_int 261 struct lp_type res_type; local in function:lp_type_int_vec 276 struct lp_type res_type; local in function:lp_type_uint 290 struct lp_type res_type; local in function:lp_type_uint_vec 303 struct lp_type res_type; local in function:lp_type_unorm 317 struct lp_type res_type; local in function:lp_type_fixed 332 struct lp_type res_type; local in function:lp_type_ufixed [all...] |
| H A D | lp_bld_type.c | 183 struct lp_type res_type; local in function:lp_elem_type 186 res_type = type; 187 res_type.length = 1; 189 return res_type; 199 struct lp_type res_type; local in function:lp_uint_type 202 memset(&res_type, 0, sizeof res_type); 203 res_type.width = type.width; 204 res_type.length = type.length; 206 return res_type; 216 struct lp_type res_type; local in function:lp_int_type 234 struct lp_type res_type; local in function:lp_wider_type [all...] |
| H A D | lp_bld_gather.c | 289 struct lp_type res_type = dst_type; local in function:lp_build_gather_avx2 290 res_type.length *= length; 379 res = LLVMBuildBitCast(builder, res, lp_build_vec_type(gallivm, res_type), ""); 513 struct lp_type res_type, gather_res_type; local in function:lp_build_gather 516 res_type = fetch_dst_type; 517 res_type.length *= length; 518 gather_res_type = res_type; 540 res_t = lp_build_vec_type(gallivm, res_type); 559 lp_build_const_int_vec(gallivm, res_type, sv), ""); 575 assert(res_type [all...] |
| H A D | lp_bld_tgsi_soa.c | 3845 struct lp_type res_type; local in function:lp_build_tgsi_soa 3848 memset(&res_type, 0, sizeof res_type); 3849 res_type.width = type.width; 3850 res_type.length = type.length; 3851 res_type.sign = 1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_type.h | 214 struct lp_type res_type; local in function:lp_type_float 216 memset(&res_type, 0, sizeof res_type); 217 res_type.floating = TRUE; 218 res_type.sign = TRUE; 219 res_type.width = width; 220 res_type.length = 1; 222 return res_type; 230 struct lp_type res_type; local in function:lp_type_float_vec 232 memset(&res_type, 246 struct lp_type res_type; local in function:lp_type_int 261 struct lp_type res_type; local in function:lp_type_int_vec 276 struct lp_type res_type; local in function:lp_type_uint 290 struct lp_type res_type; local in function:lp_type_uint_vec 303 struct lp_type res_type; local in function:lp_type_unorm 317 struct lp_type res_type; local in function:lp_type_fixed 332 struct lp_type res_type; local in function:lp_type_ufixed [all...] |
| H A D | lp_bld_type.c | 183 struct lp_type res_type; local in function:lp_elem_type 186 res_type = type; 187 res_type.length = 1; 189 return res_type; 199 struct lp_type res_type; local in function:lp_uint_type 202 memset(&res_type, 0, sizeof res_type); 203 res_type.width = type.width; 204 res_type.length = type.length; 206 return res_type; 216 struct lp_type res_type; local in function:lp_int_type 234 struct lp_type res_type; local in function:lp_wider_type [all...] |
| H A D | lp_bld_gather.c | 289 struct lp_type res_type = dst_type; local in function:lp_build_gather_avx2 290 res_type.length *= length; 379 res = LLVMBuildBitCast(builder, res, lp_build_vec_type(gallivm, res_type), ""); 513 struct lp_type res_type, gather_res_type; local in function:lp_build_gather 516 res_type = fetch_dst_type; 517 res_type.length *= length; 518 gather_res_type = res_type; 540 res_t = lp_build_vec_type(gallivm, res_type); 559 lp_build_const_int_vec(gallivm, res_type, sv), ""); 575 assert(res_type [all...] |
| H A D | lp_bld_nir_soa.c | 2407 struct lp_type res_type; local in function:lp_build_nir_soa 2410 memset(&res_type, 0, sizeof res_type); 2411 res_type.width = type.width; 2412 res_type.length = type.length; 2413 res_type.sign = 1;
|
| H A D | lp_bld_tgsi_soa.c | 4411 struct lp_type res_type; local in function:lp_build_tgsi_soa 4414 memset(&res_type, 0, sizeof res_type); 4415 res_type.width = type.width; 4416 res_type.length = type.length; 4417 res_type.sign = 1;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/ |
| H A D | validate.c | 58 #define VAL_START_BINARY(parm_type,res_type,dmax,smax,dincr,sincr) \ 61 res_type r,r_asm; \ 188 #define VAL_START_TERNARY(parm_type,res_type,dmax,smax,dincr,sincr,maxshift)\ 191 res_type r,r_asm; \
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/ |
| H A D | validate.c | 58 #define VAL_START_BINARY(parm_type,res_type,dmax,smax,dincr,sincr) \ 61 res_type r,r_asm; \ 188 #define VAL_START_TERNARY(parm_type,res_type,dmax,smax,dincr,sincr,maxshift)\ 191 res_type r,r_asm; \
|
| /xsrc/external/mit/editres/dist/ |
| H A D | utils.c | 624 switch((int) info->res_info[i].res_type) { 637 info->res_info[i].res_type);
|
| H A D | editresP.h | 259 ResourceType res_type; member in struct:_ResourceInfo
|
| H A D | comm.c | 672 info->res_type = (ResourceType) temp;
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | EditresCom.c | 68 char *res_type; member in struct:_SetValuesEvent 321 && _XEditResGetString8(stream, &sv_event->res_type))) 431 XtFree(event->set_values_event.res_type); 1054 sv_event->name, sv_event->res_type,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_cfg.c | 182 struct vtn_type *res_type = vtn_value(b, w[1], vtn_value_type_type)->type; local in function:vtn_handle_function_call 235 vtn_push_ssa(b, w[2], res_type, vtn_local_load(b, ret_deref, 0));
|
| H A D | vtn_variables.c | 2474 struct vtn_type *res_type = local in function:vtn_handle_variables 2479 vtn_assert_types_equal(b, opcode, res_type, src_val->type->deref); 2481 if (glsl_type_is_image(res_type->type) || 2482 glsl_type_is_sampler(res_type->type)) { 2487 vtn_push_ssa(b, w[2], res_type, vtn_variable_load(b, src));
|
| H A D | spirv_to_nir.c | 4274 struct vtn_type *res_type = vtn_value(b, w[1], vtn_value_type_type)->type; local in function:vtn_handle_body_instruction 4275 struct vtn_ssa_value *ssa = vtn_create_ssa_value(b, res_type->type); 4279 vtn_push_ssa(b, w[2], res_type, ssa);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | evergreen_state.c | 4070 unsigned res_type; local in function:evergreen_set_shader_buffers 4095 res_type = V_028C70_BUFFER; 4101 S_028C70_RESOURCE_TYPE(res_type); 4171 unsigned res_type; local in function:evergreen_set_shader_images 4228 res_type = V_028C70_BUFFER; 4231 res_type = V_028C70_TEXTURE1D; 4234 res_type = V_028C70_TEXTURE1DARRAY; 4238 res_type = V_028C70_TEXTURE2D; 4241 res_type = V_028C70_TEXTURE3D; 4246 res_type [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | evergreen_state.c | 4090 unsigned res_type; local in function:evergreen_set_shader_buffers 4115 res_type = V_028C70_BUFFER; 4121 S_028C70_RESOURCE_TYPE(res_type); 4193 unsigned res_type; local in function:evergreen_set_shader_images 4250 res_type = V_028C70_BUFFER; 4253 res_type = V_028C70_TEXTURE1D; 4256 res_type = V_028C70_TEXTURE1DARRAY; 4260 res_type = V_028C70_TEXTURE2D; 4263 res_type = V_028C70_TEXTURE3D; 4268 res_type [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_variables.c | 2499 struct vtn_type *res_type = vtn_get_type(b, w[1]); local in function:vtn_handle_variables 2503 vtn_assert_types_equal(b, opcode, res_type, src_val->type->deref); 2734 struct vtn_type *res_type = vtn_get_type(b, w[1]); local in function:vtn_handle_variables 2742 res_type->type, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | nir_to_dxil.c | 857 enum dxil_resource_type res_type; local in function:emit_srv 861 res_type = DXIL_RES_SRV_RAW; 865 res_type = DXIL_RES_SRV_TYPED; 875 add_resource(ctx, res_type, &layout); 876 if (res_type == DXIL_RES_SRV_RAW) 939 const struct dxil_type *res_type = dxil_module_get_res_type(&ctx->mod, res_kind, comp_type, true /* readwrite */); local in function:emit_uav 940 const struct dxil_mdnode *uav_meta = emit_uav_metadata(&ctx->mod, res_type, name,
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | charproc.c | 10087 String res_type; local in function:vt100ResourceToString 10095 res_type = XrmQuarkToString((XrmQuark) (intptr_t) data->resource_type); 10098 res_type = data->resource_type; 10102 if (!strcmp(res_type, XtRString)) { 10109 } else if (!strcmp(res_type, XtRInt)) { 10112 } else if (!strcmp(res_type, XtRFloat)) { 10115 } else if (!strcmp(res_type, XtRBoolean)) {
|