| /xsrc/external/mit/freetype/dist/src/pfr/ |
| H A D | pfrload.c | 463 FT_UInt n, count, size1; local in function:pfr_extra_item_load_bitmap_info 487 size1 = 1 + 1 + 1 + 2 + 2 + 1; 489 size1++; 492 size1++; 495 size1++; 498 size1++; 501 size1++; 505 PFR_CHECK( count * size1 );
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_utils.c | 756 static void ConstrainRightBottom(int *value, int size1, int border, int size2); 863 ConstrainRightBottom(int *value, int size1, int border, int size2) argument 865 if(*value + size1 > size2 - border) { 867 *value + size1 < size2 - border + Scr->MoveOffResistance) { 868 *value = size2 - size1 - border; 871 *value + size1 >= size2 - border + Scr->MoveOffResistance) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_emit.c | 938 unsigned size1, size2, offset1, offset2, stride1, stride2; local in function:r300_emit_vertex_arrays 950 size1 = hw_format_size[i]; 953 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(vb1->stride) | 961 size1 = hw_format_size[i]; 963 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(vb1->stride)); 976 size1 = hw_format_size[i]; 996 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1) | 1004 size1 = hw_format_size[i]; 1015 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_emit.c | 941 unsigned size1, size2, offset1, offset2, stride1, stride2; local in function:r300_emit_vertex_arrays 953 size1 = hw_format_size[i]; 956 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(vb1->stride) | 964 size1 = hw_format_size[i]; 966 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(vb1->stride)); 979 size1 = hw_format_size[i]; 999 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1) | 1007 size1 = hw_format_size[i]; 1018 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.c | 70 int ret, size1, size2 = 0; local in function:nv84_load_firmwares 73 size1 = filesize(fw1); 76 if (size1 < 0 || size2 < 0) 79 dec->vp_fw2_offset = align(size1, 0x100); 88 ret = nv84_copy_firmware(fw1, fw->map, size1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.c | 70 int ret, size1, size2 = 0; local in function:nv84_load_firmwares 73 size1 = filesize(fw1); 76 if (size1 < 0 || size2 < 0) 79 dec->vp_fw2_offset = align(size1, 0x100); 88 ret = nv84_copy_firmware(fw1, fw->map, size1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_aos.c | 952 LLVMValueRef size1; local in function:lp_build_sample_mipmap 1039 &size1, 1051 size1, 1058 size1,
|
| H A D | lp_bld_sample_soa.c | 1795 LLVMValueRef size1 = NULL; local in function:lp_build_sample_mipmap 1873 &size1, 1883 lp_build_sample_image_nearest(bld, size1, 1889 lp_build_sample_image_linear(bld, FALSE, size1, NULL, 1938 LLVMValueRef size1 = NULL; local in function:lp_build_sample_mipmap_both 1998 &size1, 2008 lp_build_sample_image_linear(bld, FALSE, size1, linear_mask,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_aos.c | 961 LLVMValueRef size1; local in function:lp_build_sample_mipmap 1048 &size1, 1060 size1, 1067 size1,
|
| H A D | lp_bld_sample_soa.c | 1759 LLVMValueRef size1 = NULL; local in function:lp_build_sample_mipmap 1837 &size1, 1847 lp_build_sample_image_nearest(bld, size1, 1853 lp_build_sample_image_linear(bld, FALSE, size1, NULL, 1902 LLVMValueRef size1 = NULL; local in function:lp_build_sample_mipmap_both 1962 &size1, 1972 lp_build_sample_image_linear(bld, FALSE, size1, linear_mask,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | aubinator_error_decode.c | 637 size_t size1 = total_size - ring_tail; local in function:read_data_file 639 memcpy(new_data, (uint8_t *)sections[s].data + ring_head, size1); 640 memcpy((uint8_t *)new_data + size1, sections[s].data, ring_tail);
|
| /xsrc/external/mit/xedit/dist/lisp/mp/ |
| H A D | mpi.c | 1210 BNI size, size1, size2; local in function:mpi_log 1216 size1 = op1->size; 1224 size = MAX(size1, size2); 1240 if (i >= size1)
|
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| H A D | cim_gp.c | 2312 unsigned long dstoff1, size1, org1; local in function:gp_mono_expand_blt 2316 size1 = ((8 - srcx) << 16) | 1; 2326 WRITE_COMMAND32(GP3_BLT_WID_HEIGHT, size1); 2327 WRITE_COMMAND32(GP3_BLT_CH3_WIDHI, size1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_build_util.cpp | 337 int size1 = (baseSize2[mask] >> 4) & 0xf; local in function:nv50_ir::BuildUtil::mkClobber 341 if (1) { // size1 can't be 0 343 reg->reg.size = size1 << unit;
|
| H A D | nv50_ir_peephole.cpp | 3914 int32_t size1, size2; local in function:nv50_ir::DeadCodeElim::checkSplitLoad 3926 size1 = size2 = 0; 3931 if (size1 && (addr1 & 0x7)) 3934 size1 += def1[n1++]->reg.size; 3947 typeOfSize(size1))) { 3948 size1 -= def1[--n1]->reg.size; 3953 for (addr2 = addr1 + size1; ld1->defExists(d); ++d) { 3971 ld1->setType(typeOfSize(size1));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_build_util.cpp | 339 int size1 = (baseSize2[mask] >> 4) & 0xf; local in function:nv50_ir::BuildUtil::mkClobber 343 if (true) { // size1 can't be 0 345 reg->reg.size = size1 << unit;
|
| H A D | nv50_ir_peephole.cpp | 3992 int32_t size1, size2; local in function:nv50_ir::DeadCodeElim::checkSplitLoad 4004 size1 = size2 = 0; 4009 if (size1 && (addr1 & 0x7)) 4012 size1 += def1[n1++]->reg.size; 4025 typeOfSize(size1))) { 4026 size1 -= def1[--n1]->reg.size; 4031 for (addr2 = addr1 + size1; ld1->defExists(d); ++d) { 4049 ld1->setType(typeOfSize(size1));
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_formats.c | 2059 unsigned size1, size2; local in function:radv_dcc_formats_compatible 2077 radv_get_dcc_channel_type(desc1, &type1, &size1); 2081 (type1 == dcc_channel_float) != (type2 == dcc_channel_float) || size1 != size2)
|
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl2.hpp | 5570 NDRange(size_type size0, size_type size1) argument 5574 sizes_[1] = size1; 5579 NDRange(size_type size0, size_type size1, size_type size2) argument 5583 sizes_[1] = size1;
|
| H A D | cl.hpp | 4786 NDRange(::size_t size0, ::size_t size1) argument 4790 sizes_[1] = size1; 4794 NDRange(::size_t size0, ::size_t size1, ::size_t size2) argument 4798 sizes_[1] = size1;
|
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| H A D | cl2.hpp | 5714 NDRange(size_type size0, size_type size1) argument 5718 sizes_[1] = size1; 5723 NDRange(size_type size0, size_type size1, size_type size2) argument 5727 sizes_[1] = size1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 1474 IMGUI_API bool SplitterBehavior(const ImRect& bb, ImGuiID id, ImGuiAxis axis, float* size1, float* size2, float min_size1, float min_size2, float hover_extend = 0.0f, float hover_visibility_delay = 0.0f);
|
| H A D | imgui_widgets.cpp | 1207 bool ImGui::SplitterBehavior(const ImRect& bb, ImGuiID id, ImGuiAxis axis, float* size1, float* size2, float min_size1, float min_size2, float hover_extend, float hover_visibility_delay) argument 1236 float size_1_maximum_delta = ImMax(0.0f, *size1 - min_size1); 1247 IM_ASSERT(*size1 + mouse_delta >= min_size1); 1250 *size1 += mouse_delta;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 1474 IMGUI_API bool SplitterBehavior(const ImRect& bb, ImGuiID id, ImGuiAxis axis, float* size1, float* size2, float min_size1, float min_size2, float hover_extend = 0.0f, float hover_visibility_delay = 0.0f);
|
| H A D | imgui_widgets.cpp | 1207 bool ImGui::SplitterBehavior(const ImRect& bb, ImGuiID id, ImGuiAxis axis, float* size1, float* size2, float min_size1, float min_size2, float hover_extend, float hover_visibility_delay) argument 1236 float size_1_maximum_delta = ImMax(0.0f, *size1 - min_size1); 1247 IM_ASSERT(*size1 + mouse_delta >= min_size1); 1250 *size1 += mouse_delta;
|