| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_simple_shaders.h | 81 enum tgsi_return_type dtype, 90 enum tgsi_return_type dtype, 139 enum tgsi_return_type dtype);
|
| H A D | u_simple_shaders.c | 291 enum tgsi_return_type dtype, 301 assert((stype == TGSI_RETURN_TYPE_FLOAT) == (dtype == TGSI_RETURN_TYPE_FLOAT)); 337 if (stype != dtype) { 339 assert(dtype == TGSI_RETURN_TYPE_UINT); 344 assert(dtype == TGSI_RETURN_TYPE_SINT); 368 enum tgsi_return_type dtype, 376 stype, dtype, load_level_zero, 696 enum tgsi_return_type dtype) 705 if (dtype == TGSI_RETURN_TYPE_SINT) { 712 if (dtype 286 util_make_fragment_tex_shader_writemask(struct pipe_context * pipe,enum tgsi_texture_type tex_target,enum tgsi_interpolate_mode interp_mode,unsigned writemask,enum tgsi_return_type stype,enum tgsi_return_type dtype,bool load_level_zero,bool use_txf) argument 364 util_make_fragment_tex_shader(struct pipe_context * pipe,enum tgsi_texture_type tex_target,enum tgsi_interpolate_mode interp_mode,enum tgsi_return_type stype,enum tgsi_return_type dtype,bool load_level_zero,bool use_txf) argument 693 util_make_fs_blit_msaa_color(struct pipe_context * pipe,enum tgsi_texture_type tgsi_tex,enum tgsi_return_type stype,enum tgsi_return_type dtype) argument [all...] |
| H A D | u_blitter.c | 888 enum tgsi_return_type dtype; local in function:blitter_get_fs_texfetch_col 896 dtype = TGSI_RETURN_TYPE_UINT; 900 dtype = TGSI_RETURN_TYPE_SINT; 906 dtype = TGSI_RETURN_TYPE_SINT; 910 dtype = TGSI_RETURN_TYPE_UINT; 916 dtype = stype = TGSI_RETURN_TYPE_FLOAT; 959 *shader = util_make_fs_blit_msaa_color(pipe, tgsi_tex, stype, dtype); 977 stype, dtype,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_simple_shaders.h | 81 enum tgsi_return_type dtype, 90 enum tgsi_return_type dtype, 120 enum tgsi_return_type dtype);
|
| H A D | u_simple_shaders.c | 291 enum tgsi_return_type dtype, 301 assert((stype == TGSI_RETURN_TYPE_FLOAT) == (dtype == TGSI_RETURN_TYPE_FLOAT)); 337 if (stype != dtype) { 339 assert(dtype == TGSI_RETURN_TYPE_UINT); 344 assert(dtype == TGSI_RETURN_TYPE_SINT); 368 enum tgsi_return_type dtype, 376 stype, dtype, load_level_zero, 585 enum tgsi_return_type dtype) 594 if (dtype == TGSI_RETURN_TYPE_SINT) { 601 if (dtype 286 util_make_fragment_tex_shader_writemask(struct pipe_context * pipe,enum tgsi_texture_type tex_target,enum tgsi_interpolate_mode interp_mode,unsigned writemask,enum tgsi_return_type stype,enum tgsi_return_type dtype,bool load_level_zero,bool use_txf) argument 364 util_make_fragment_tex_shader(struct pipe_context * pipe,enum tgsi_texture_type tex_target,enum tgsi_interpolate_mode interp_mode,enum tgsi_return_type stype,enum tgsi_return_type dtype,bool load_level_zero,bool use_txf) argument 582 util_make_fs_blit_msaa_color(struct pipe_context * pipe,enum tgsi_texture_type tgsi_tex,enum tgsi_return_type stype,enum tgsi_return_type dtype) argument [all...] |
| H A D | u_blitter.c | 948 enum tgsi_return_type dtype; local in function:blitter_get_fs_texfetch_col 956 dtype = TGSI_RETURN_TYPE_UINT; 960 dtype = TGSI_RETURN_TYPE_SINT; 966 dtype = TGSI_RETURN_TYPE_SINT; 970 dtype = TGSI_RETURN_TYPE_UINT; 976 dtype = stype = TGSI_RETURN_TYPE_FLOAT; 1019 *shader = util_make_fs_blit_msaa_color(pipe, tgsi_tex, stype, dtype); 1037 stype, dtype,
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbUtils.c | 912 XkbKeyTypePtr stype = NULL, dtype = NULL; local in function:_XkbCopyClientMap 980 for (i = src->map->num_types, dtype = (dst->map->types + i); 981 i < dst->map->num_types; i++, dtype++) { 982 free(dtype->level_names); 983 dtype->level_names = NULL; 984 dtype->num_levels = 0; 985 if (dtype->map_count) { 986 free(dtype->map); 987 free(dtype->preserve); 993 dtype [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbUtils.c | 937 XkbKeyTypePtr stype = NULL, dtype = NULL; local in function:_XkbCopyClientMap 1010 for (i = src->map->num_types, dtype = (dst->map->types + i); 1011 i < dst->map->num_types; i++, dtype++) { 1012 free(dtype->level_names); 1013 dtype->level_names = NULL; 1014 dtype->num_levels = 0; 1015 if (dtype->map_count) { 1016 free(dtype->map); 1017 free(dtype->preserve); 1023 dtype [all...] |
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcstat.c | 284 int dtype; local in function:FcDirChecksum 287 dtype = files[n]->d_type; 288 if (dtype == DT_UNKNOWN) 316 dtype = statb.st_mode; 321 Adler32Update (&ctx, (char *)&dtype, sizeof (int));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.c | 204 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(opcode, 0); local in function:get_src_chan_idx 207 if (!tgsi_type_is_64bit(dtype) && !tgsi_type_is_64bit(stype)) 209 if (tgsi_type_is_64bit(dtype)) {
|
| H A D | lp_bld_tgsi_soa.c | 1811 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode, index); local in function:emit_store_chan 1819 assert(dtype == TGSI_TYPE_FLOAT || 1820 dtype == TGSI_TYPE_UNTYPED); 1830 assert(!tgsi_type_is_64bit(dtype)); 1871 if (tgsi_type_is_64bit(dtype)) { 1883 if (!tgsi_type_is_64bit(dtype)) 1909 if (tgsi_type_is_64bit(dtype)) { 1922 assert(dtype == TGSI_TYPE_SIGNED); 1933 (void)dtype; 1978 enum tgsi_opcode_type dtype local in function:emit_store [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.c | 204 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(opcode, 0); local in function:get_src_chan_idx 207 if (!tgsi_type_is_64bit(dtype) && !tgsi_type_is_64bit(stype)) 209 if (tgsi_type_is_64bit(dtype)) {
|
| H A D | lp_bld_tgsi_soa.c | 1672 enum tgsi_opcode_type dtype, 1709 if (tgsi_type_is_64bit(dtype)) { 1721 enum tgsi_opcode_type dtype, 1780 enum tgsi_opcode_type dtype, 1793 if (!tgsi_type_is_64bit(dtype)) 1819 if (tgsi_type_is_64bit(dtype)) { 1833 enum tgsi_opcode_type dtype, 1845 assert(dtype == TGSI_TYPE_SIGNED); 1869 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode, index); local in function:emit_store_chan 1877 assert(dtype 1671 emit_store_output(struct lp_build_tgsi_context * bld_base,enum tgsi_opcode_type dtype,const struct tgsi_full_dst_register * reg,unsigned index,unsigned chan_index,LLVMValueRef indirect_index,LLVMValueRef value) argument 1720 emit_store_tcs_output(struct lp_build_tgsi_context * bld_base,enum tgsi_opcode_type dtype,const struct tgsi_full_dst_register * reg,unsigned index,unsigned chan_index,LLVMValueRef indirect_index,LLVMValueRef value) argument 1779 emit_store_temp(struct lp_build_tgsi_context * bld_base,enum tgsi_opcode_type dtype,const struct tgsi_full_dst_register * reg,unsigned index,unsigned chan_index,LLVMValueRef indirect_index,LLVMValueRef value) argument 1832 emit_store_address(struct lp_build_tgsi_context * bld_base,enum tgsi_opcode_type dtype,const struct tgsi_full_dst_register * reg,unsigned index,unsigned chan_index,LLVMValueRef indirect_index,LLVMValueRef value) argument 1957 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode, index); local in function:emit_store [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_setup.c | 769 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode, index); local in function:si_llvm_emit_store 794 if (tgsi_type_is_64bit(dtype) && (chan_index == 1 || chan_index == 3)) 805 if (!tgsi_type_is_64bit(dtype)) 817 if (tgsi_type_is_64bit(dtype)) 827 if (tgsi_type_is_64bit(dtype)) 835 if (!tgsi_type_is_64bit(dtype))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir.h | 861 inline void setType(DataType dtype, DataType stype) argument 863 dType = dtype;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir.h | 913 inline void setType(DataType dtype, DataType stype) argument 915 dType = dtype;
|